From f73d7b51e7d35fff4ad9c31881fd370e0e88201f Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 27 Mar 2024 17:32:38 +0100 Subject: [PATCH] Change update to hopefully use the new flake with the check --- pkgs/update/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/update/default.nix b/pkgs/update/default.nix index 94d98d6..76f5760 100644 --- a/pkgs/update/default.nix +++ b/pkgs/update/default.nix @@ -18,9 +18,9 @@ writeShellApplication pushd ./update > /dev/null echo "Updating flake lock..." nix flake update - git add flake.lock - sudo nix flake check + git stage ./flake.lock git commit -m "update flake lock" + sudo nix flake check git push popd > /dev/null echo "Cleaning up repository in '/tmp/update'..."