1
0

pkgs/clerie-update-nixfiles: Fix changed nix command

This commit is contained in:
clerie 2025-01-03 15:01:09 +01:00
parent 091abaea4a
commit c091d4a952

View File

@ -56,7 +56,7 @@ echo "[!] Create branch ${UPDATE_BRANCH}"
xgit checkout -b "${UPDATE_BRANCH}" xgit checkout -b "${UPDATE_BRANCH}"
echo "[!] Update nixpkgs" echo "[!] Update nixpkgs"
nix flake lock --update-input nixpkgs nix flake update nixpkgs
echo "[!] Commit changes" echo "[!] Commit changes"
xgit add flake.lock xgit add flake.lock