Skip to content

Commit

Permalink
Use nix-tools static cabal act-as-setup for default setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 27, 2024
1 parent b280fad commit d6393da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/hspkg-builder.nix
Expand Up @@ -46,7 +46,7 @@ let
inherit (pkg) preUnpack postUnpack prePatch postPatch;
} // lib.optionalAttrs (package.buildType != "Custom") {
nonReinstallablePkgs = ["base" "Cabal"];
}) + "/bin/setup";
}) + "/bin/Setup";

buildComp = allComponent: componentId: component: comp-builder {
inherit allComponent componentId component package name src flags setup cabalFile cabal-generator patches
Expand Down

0 comments on commit d6393da

Please sign in to comment.