add correct module

This commit is contained in:
Tim Schubert 2022-10-28 22:15:42 +02:00
parent 2fd3cbdd6d
commit 3c3868c88b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -31,7 +31,7 @@
devshell.overlay
];
};
extraModules = [ "${devshell}/extra/git.nix" ];
extraModules = [ "${devshell}/extra/git/hooks.nix" ];
in
import ./devshell.nix { inherit pkgs extraModules; };