We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a20cc commit 340ed19Copy full SHA for 340ed19
lib/call-cabal-project-to-nix.nix
@@ -63,7 +63,6 @@
63
, ignorePackageYaml ? false # Ignore package.yaml files even if they exist
64
, ...
65
}@args:
66
-assert (evalPackages.system != "x86_64-darwin" || materialized != null);
67
let
68
inherit (evalPackages.haskell-nix) materialize dotCabal;
69
0 commit comments