add correct module
This commit is contained in:
parent
2fd3cbdd6d
commit
3c3868c88b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
devshell.overlay
|
devshell.overlay
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraModules = [ "${devshell}/extra/git.nix" ];
|
extraModules = [ "${devshell}/extra/git/hooks.nix" ];
|
||||||
in
|
in
|
||||||
import ./devshell.nix { inherit pkgs extraModules; };
|
import ./devshell.nix { inherit pkgs extraModules; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue