From 809dc7c2be7cfe7c676b1df223193c738eb2599f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 23 Feb 2024 07:42:08 -0500 Subject: [PATCH] Add pull to nix-flake-update.sh --- nix-flake-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-flake-update.sh b/nix-flake-update.sh index 865cc46..d66aa1b 100755 --- a/nix-flake-update.sh +++ b/nix-flake-update.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +git pull update_msg=$(nix flake update 2>&1 | grep -v 'warning:') make git add .