nixos/Makefile

7 lines
131 B
Makefile
Raw Normal View History

.PHONY: lock
lock:
nix flake lock --update-input nixpkgs --update-input home-manager
git -C . add flake.lock
nix flake archive