Commit 1441087

HPCesia <me@hpcesia.com>
2026-01-02 17:42:43
build: update justfile
1 parent 166497f
Changed files (1)
justfile
@@ -4,10 +4,13 @@ system := "x86_64-linux"
 build-boot:
     nh os boot .
 
+build-switch:
+    nh os switch .
+
 # Edit Vaultix secret
 edit_secret target:
-    nix run .#vaultix.app.{{system}}.edit -- '{{target}}'
+    nix run .#vaultix.app.{{ system }}.edit -- '{{ target }}'
 
 # Cache Vaultix secrets
 cache_secrets:
-    nix run .#vaultix.app.{{system}}.renc
+    nix run .#vaultix.app.{{ system }}.renc