Skip to content

Commit 0953c3b

Browse files
committed
build.sh: rm NIX_PATH setup| default.nix solves it internally
M build.sh
1 parent f5c021b commit 0953c3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ set -Eexuo pipefail
1616
compiler=${compiler:-'ghc883'}
1717
useRev=${useRev:-'false'}
1818
rev=${rev:-'nixpkgs-unstable'}
19-
# If NIX_PATH not imported - construct it from `rev`
20-
if test "$useRev"
21-
then
22-
NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/$rev.tar.gz:$NIX_PATH"
23-
else
24-
true
25-
fi
26-
export NIX_PATH
2719
# Account in Cachix to use
2820
cachixAccount=${cachixAccount:-'replaceWithProjectNameInCachix'}
2921

0 commit comments

Comments
 (0)