aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 0c13594..13b71aa 100644
--- a/justfile
+++ b/justfile
@@ -7,6 +7,9 @@ update HOST:
git commit -m "nix: update flake"
just switch "{{HOST}}"
+update-nur-packages:
+ nix flake update nur-packages
+
sync HOST:
git fetch --all
git stash save