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 8f3a420 commit 718315dCopy full SHA for 718315d
build.nix
@@ -33,7 +33,7 @@ in rec {
33
# are not pure).
34
maintainer-scripts = pkgs.dontRecurseIntoAttrs {
35
update-hackage = import ./scripts/update-hackage.nix {
36
- inherit (pkgs) stdenv writeScript coreutils glibc git
+ inherit (pkgs) stdenv lib writeScript coreutils glibc git
37
openssh nix-prefetch-git gawk bash curl findutils;
38
# Update scripts use the internal nix-tools and cabal-install (compiled with a fixed GHC version)
39
nix-tools = haskell.internal-nix-tools;
0 commit comments