add missing module to devshell
This commit is contained in:
parent
845b7e0a58
commit
2fd3cbdd6d
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, extraModules, ... }:
|
||||
(pkgs.devshell.mkShell {
|
||||
imports = extraModules;
|
||||
|
||||
name = "dadada/nix-config";
|
||||
|
||||
packages = with pkgs; [
|
||||
|
@ -49,6 +51,6 @@
|
|||
];
|
||||
|
||||
git.hooks = {
|
||||
pre-push = "nix flake check";
|
||||
pre-push.text = "nix flake check";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue