We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2849da0 + a741bc6 commit c182c87Copy full SHA for c182c87
flake-module.nix
@@ -72,7 +72,7 @@ in
72
hooks.treefmt.package = lib.mkIf (options?treefmt) (lib.mkOverride 900 config.treefmt.build.wrapper);
73
};
74
pre-commit.devShell = pkgs.mkShell {
75
- nativeBuildInputs = [ cfg.settings.package ];
+ nativeBuildInputs = cfg.settings.enabledPackages ++ [ cfg.settings.package ];
76
shellHook = cfg.installationScript;
77
78
0 commit comments