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 fc5a5b4 commit f43c5ccCopy full SHA for f43c5cc
modules/hackage-project.nix
@@ -26,6 +26,9 @@ in {
26
# Avoid readDir and readFile IFD functions looking for these files in the hackage source
27
# `mkOverride 1100` means this will be used in preference to the mkOption default,
28
# but a `mkDefault` can still override this.
29
+ cabalProject = lib.mkOverride 1100 ''
30
+ packages: .
31
+ '';
32
cabalProjectLocal = lib.mkOverride 1100 null;
33
cabalProjectFreeze = lib.mkOverride 1100 null;
34
src =
0 commit comments