Skip to content

Commit 0eeb427

Browse files
committed
Try handling the faulty GHC NAR from our cache with a newer Nix (2.14.1)
1 parent a3c0bb8 commit 0eeb427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/with-nix-2.5.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ fi
88

99
echo "~~~ Obtaining ‘pkgs.nixUnstable’"
1010

11-
myDir=$(dirname "$0")
12-
nixUnstable=$(nix-build "$myDir"/../default.nix -A pkgs.nixUnstable)
11+
# fe2ecaf706a5907b5e54d979fbde4924d84b65fc is nixos-unstable on 2023-04-13
12+
nixUnstable=$(nix-build https://github.com/NixOS/nixpkgs/archive/fe2ecaf706a5907b5e54d979fbde4924d84b65fc.tar.gz -A pkgs.nixUnstable)
1313

1414
PATH="$nixUnstable/bin:$PATH"
1515

0 commit comments

Comments
 (0)