Skip to content

Commit f309e82

Browse files
committed
Simplify bootPkgs
1 parent 5ce8ded commit f309e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ in {
10071007
compilerSelection = p: p.haskell.compiler;
10081008
version = "1.19.12";
10091009
inherit ghcOverride index-state;
1010-
materialized = ../materialized/bootstrap + "/${buildBootstrapper.compilerNixName}/happy-${version}";
1010+
materialized = ../materialized/bootstrap + "/${buildBootstrapper.compilerNixName}/happy-1.19.12";
10111011
});
10121012
hscolour = (final.haskell-nix.hackage-package
10131013
({config, pkgs, ...}: {

0 commit comments

Comments
 (0)