Skip to content

Commit 85b0ab1

Browse files
fix(flake): remove pkgs pass to git-hooks module
not sure if i need this in the first place!
1 parent c675340 commit 85b0ab1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,7 @@
231231
formatting = treefmtEval.${pkgs.system}.config.build.check self;
232232
git-hooks-check = inputs.git-hooks-nix.lib.${pkgs.stdenv.hostPlatform.system}.run {
233233
src = ./.;
234-
imports = [
235-
(import ./git-hooks.nix { inherit pkgs; })
236-
];
234+
imports = [ ./git-hooks.nix ];
237235
};
238236
});
239237
devShells = forEachSystem (pkgs: {

0 commit comments

Comments
 (0)