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 37e1d86 commit 97439a4Copy full SHA for 97439a4
builder/shell-for.nix
@@ -1,4 +1,4 @@
1
-{ lib, stdenv, mkShell, glibcLocales, pkgconfig, ghcForComponent, makeConfigFiles, hsPkgs, hoogleLocal, haskellLib, pkgsBuildBuild, evalPackages, compiler }:
+{ lib, stdenv, mkShell, glibcLocales, ghcForComponent, makeConfigFiles, hsPkgs, hoogleLocal, haskellLib, pkgsBuildBuild, evalPackages, compiler }:
2
3
{ # `packages` function selects packages that will be worked on in the shell itself.
4
# These packages will not be built by `shellFor`, but their
0 commit comments