Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Commit 91ed574

Browse files
committed
infra: Unbreak nixops
1 parent fb51576 commit 91ed574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
};
326326

327327
nix = pkgs.pkgsUnstable.nixUnstable;
328-
nixops = pkgs.pkgsUnstable.nixopsUnstable;
328+
nixops = pkgs.nixopsUnstable;
329329

330330
flake = {
331331
packages = shellScripts // lib.mapAttrs
@@ -360,6 +360,8 @@
360360
export NIXOPS_STATE="$top/.state/${NIXOPS_DEPLOYMENT}.nixops";
361361
export BITWARDENCLI_APPDATA_DIR="$top/.state";
362362
363+
export NIX_PATH=nixpkgs=${toString nixpkgs}
364+
363365
echo "NixOps: ${nixops.version}"
364366
echo "State file: $(realpath --relative-to="$top" $NIXOPS_STATE)"
365367
echo

0 commit comments

Comments
 (0)