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 1ccfd29 commit ee6a655Copy full SHA for ee6a655
lib/project-overlays.nix
@@ -12,7 +12,7 @@
12
# so we need to explicit required dependencies which
13
# are provided implicitely by stdenv when using the normal shell:
14
++ (lib.filter lib.isDerivation final.shell.stdenv.defaultNativeBuildInputs)
15
- ++ [ final.pkgs.buildPackages.binutils ];
+ ++ lib.optional final.shell.stdenv.targetPlatform.isGnu final.pkgs.buildPackages.binutils;
16
env = lib.mapAttrsToList lib.nameValuePair {
17
inherit (final.shell) CABAL_CONFIG NIX_GHC_LIBDIR;
18
};
0 commit comments