Skip to content

Commit 718315d

Browse files
committed
Add missing lib arg
1 parent 8f3a420 commit 718315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in rec {
3333
# are not pure).
3434
maintainer-scripts = pkgs.dontRecurseIntoAttrs {
3535
update-hackage = import ./scripts/update-hackage.nix {
36-
inherit (pkgs) stdenv writeScript coreutils glibc git
36+
inherit (pkgs) stdenv lib writeScript coreutils glibc git
3737
openssh nix-prefetch-git gawk bash curl findutils;
3838
# Update scripts use the internal nix-tools and cabal-install (compiled with a fixed GHC version)
3939
nix-tools = haskell.internal-nix-tools;

0 commit comments

Comments
 (0)