Skip to content

Commit

Permalink
Don't override the shellHook
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 10, 2024
1 parent 2f6167b commit cef5e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
};
devShells.default = mkShell {
inherit buildInputs;
inherit (pre-commit) shellHook;
nativeBuildInputs =
nativeBuildInputs
++ [
Expand All @@ -145,6 +144,7 @@
(lib.attrValues treefmtEval.config.build.programs)
]
++ pre-commit.enabledPackages;
postShellHook = pre-commit.shellHook;
};
packages.default = callPackage ./default.nix { inherit gems; };
formatter = treefmtEval.config.build.wrapper;
Expand Down

0 comments on commit cef5e97

Please sign in to comment.