add git to nix’s path
This commit is contained in:
parent
749c0da8eb
commit
c1615b09c5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ let script = ''
|
||||||
|
|
||||||
deploy_finished
|
deploy_finished
|
||||||
|
|
||||||
${pkgs.nixUnstable}/bin/nix flake update
|
PATH="${pkgs.gitMinimal}/bin:$PATH" ${pkgs.nixUnstable}/bin/nix flake update
|
||||||
|
|
||||||
${pkgs.gitMinimal}/bin/git commit -am "Automatic nixpkgs update"
|
${pkgs.gitMinimal}/bin/git commit -am "Automatic nixpkgs update"
|
||||||
${pkgs.gitMinimal}/bin/git push origin main
|
${pkgs.gitMinimal}/bin/git push origin main
|
||||||
|
|
Loading…
Reference in a new issue