mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
12 lines
288 B
Makefile
12 lines
288 B
Makefile
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
|
|
# Update secrets input
|
|
update-secret:
|
|
nix flake update nix-secrets --commit-lock-file
|