Add git to nixos upgrade script
This commit is contained in:
parent
9bd9eb328b
commit
a3eaca7fb0
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ let
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
pkgs.uutils-coreutils-noprefix
|
pkgs.uutils-coreutils-noprefix
|
||||||
pkgs.nix
|
pkgs.nix
|
||||||
|
pkgs.git
|
||||||
];
|
];
|
||||||
name = "nixos-upgrade-prepare-flake";
|
name = "nixos-upgrade-prepare-flake";
|
||||||
text = ''
|
text = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue