From c091d4a952ee5be8b28fea083719a95c94fbf369 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 3 Jan 2025 15:01:09 +0100 Subject: [PATCH] pkgs/clerie-update-nixfiles: Fix changed nix command --- pkgs/clerie-update-nixfiles/clerie-update-nixfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clerie-update-nixfiles/clerie-update-nixfiles.sh b/pkgs/clerie-update-nixfiles/clerie-update-nixfiles.sh index ea11c3d..20a6dbd 100755 --- a/pkgs/clerie-update-nixfiles/clerie-update-nixfiles.sh +++ b/pkgs/clerie-update-nixfiles/clerie-update-nixfiles.sh @@ -56,7 +56,7 @@ echo "[!] Create branch ${UPDATE_BRANCH}" xgit checkout -b "${UPDATE_BRANCH}" echo "[!] Update nixpkgs" -nix flake lock --update-input nixpkgs +nix flake update nixpkgs echo "[!] Commit changes" xgit add flake.lock