mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
default:
|
|
just -l
|
|
|
|
# Update all flake inputs
|
|
update:
|
|
nix flake update --commit-lock-file
|
|
# Update secrets input
|
|
update-secret:
|
|
nix flake update nix-secrets --commit-lock-file
|