This commit is contained in:
TheWanderingCrow 2025-09-28 20:34:28 -04:00
parent 232afe1f88
commit 2f2adad29d

View file

@ -1,6 +1,9 @@
default:
just -l
# Build the system and diff
build:
nixos-rebuild build --flake . && nvd diff /run/current-system ./result
# Update all flake inputs
update:
nix flake update --commit-lock-file