From a40f1ef7fb09842f53ce45493710918b16252d32 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:58 +1000 Subject: [PATCH] chore: change commit message of alias 'flakeup' --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index f02cebb..b55f6ba 100644 --- a/.envrc +++ b/.envrc @@ -29,4 +29,4 @@ EOT chmod +x "$alias_file" } -export_alias flakeup 'nix flake update && git commit flake.lock -m "nix: update flake to latest unstable nixpkgs" && FLAKE=$PWD nh os switch' +export_alias flakeup 'nix flake update && git commit flake.lock -m "nix: update flake sources" && FLAKE=$PWD nh os switch'