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:
Jakob Lechner 2025-07-17 03:13:52 +02:00
parent 6e4c7c462b
commit 6ac6d3f89d

View file

@ -52,5 +52,6 @@
environment.systemPackages = with pkgs; [
cached-nix-shell
git
];
}