add missing module to devshell
This commit is contained in:
parent
845b7e0a58
commit
2fd3cbdd6d
2 changed files with 6 additions and 3 deletions
|
@ -31,8 +31,9 @@
|
|||
devshell.overlay
|
||||
];
|
||||
};
|
||||
extraModules = [ "${devshell}/extra/git.nix" ];
|
||||
in
|
||||
import ./devshell.nix { inherit pkgs; };
|
||||
import ./devshell.nix { inherit pkgs extraModules; };
|
||||
|
||||
formatter = nixpkgs.legacyPackages."${system}".nixpkgs-fmt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue