We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0bb8 commit 0eeb427Copy full SHA for 0eeb427
scripts/with-nix-2.5.sh
@@ -8,8 +8,8 @@ fi
8
9
echo "~~~ Obtaining ‘pkgs.nixUnstable’"
10
11
-myDir=$(dirname "$0")
12
-nixUnstable=$(nix-build "$myDir"/../default.nix -A pkgs.nixUnstable)
+# fe2ecaf706a5907b5e54d979fbde4924d84b65fc is nixos-unstable on 2023-04-13
+nixUnstable=$(nix-build https://github.com/NixOS/nixpkgs/archive/fe2ecaf706a5907b5e54d979fbde4924d84b65fc.tar.gz -A pkgs.nixUnstable)
13
14
PATH="$nixUnstable/bin:$PATH"
15
0 commit comments