diff --git a/pkgs/update/default.nix b/pkgs/update/default.nix index 3d856b9..94d98d6 100644 --- a/pkgs/update/default.nix +++ b/pkgs/update/default.nix @@ -19,6 +19,7 @@ writeShellApplication echo "Updating flake lock..." nix flake update git add flake.lock + sudo nix flake check git commit -m "update flake lock" git push popd > /dev/null