Add git as system package
This should fix
error: executing 'git': No such file or directory
The error occurs sometimes for flake inputs.
This commit is contained in:
parent
6e4c7c462b
commit
6ac6d3f89d
1 changed files with 1 additions and 0 deletions
|
|
@ -52,5 +52,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cached-nix-shell
|
||||
git
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue