From 5e3715f8f70425d5c782869a873d2433a78796aa Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 24 Jan 2025 15:33:52 -0500 Subject: [PATCH] make justfile work --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e15ec8b..95b1fda 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,8 @@ update: git switch -c update + nix flake update + git add flake.lock + git commit -s -m "flake update" git push git switch main