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 670d528 commit 8a6a30cCopy full SHA for 8a6a30c
modules/hackage-project.nix
@@ -14,7 +14,7 @@ in {
14
config = {
15
src = lib.mkDefault {
16
outPath =
17
- pkgs.pkgsBuildBuild.runCommand "from-hackage-${fullName}" {} ''
+ config.evalPackages.runCommand "from-hackage-${fullName}" {} ''
18
mkdir $out
19
echo "extra-packages: ${fullName}" > $out/cabal.project
20
'';
0 commit comments