Commit b33f21c

HPCesia <me@hpcesia.com>
2026-03-20 13:59:52
chore: add dry run build just command
1 parent e8d9fa5
Changed files (1)
justfile
@@ -8,6 +8,9 @@ build-boot:
 build-switch:
     nh os switch .
 
+build-dry:
+    nh os boot . --dry --show-trace
+
 write-flake:
     nix run .#write-flake