nix-config/Makefile
Zuckerberg bfc1bb2da9
All checks were successful
Check Flake / check-flake (push) Successful in 12m54s
Use a makefile for utility snippets
2024-02-18 17:30:52 -07:00

16 lines
318 B
Makefile

# Lockfile utils
update-lockfile:
nix flake update --commit-lock-file
update-lockfile-without-commit:
nix flake update
# Agenix utils
edit-secret:
cd secrets && agenix -e $(filter-out $@,$(MAKECMDGOALS))
rekey-secrets:
cd secrets && agenix -r
# NixOS utils
clean-old-nixos-profiles:
doas nix-collect-garbage -d