We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da501 commit e7eb38aCopy full SHA for e7eb38a
tool-map.nix
@@ -55,5 +55,8 @@ compiler-nix-name: tool: {
55
# cabal = { src = { outPath = self.inputs.cabal; filterPath = { path, ... }: path; }; }
56
#
57
cabalProjectFileName = "cabal.bootstrap.project";
58
+ cabalProjectLocal = ''
59
+ index-state: hackage.haskell.org 2025-03-17T00:00:00Z
60
+ '';
61
};
62
}.${tool} or fixed-versions.${tool}.${compiler-nix-name} or {}
0 commit comments