Skip to content

Commit dae8025

Browse files
committed
Add ghc-heap to the nonReinstallablePkgs
This should better be aligned with the other set we have in `default.nix`. We are currently maintaining the list twice in different locations.
1 parent 4375a96 commit dae8025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/component-driver.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ in
1616

1717
config.nonReinstallablePkgs =
1818
[ "rts" "ghc" "ghc-prim" "integer-gmp" "integer-simple" "base"
19-
"array" "deepseq" "pretty" "ghc-boot-th" "template-haskell" ];
19+
"array" "deepseq" "pretty" "ghc-boot-th" "template-haskell" "ghc-heap" ];
2020

2121
options.hsPkgs = lib.mkOption {
2222
type = lib.types.unspecified;

0 commit comments

Comments
 (0)