mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
justfile
This commit is contained in:
parent
232afe1f88
commit
2f2adad29d
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue