7 lines
131 B
Makefile
7 lines
131 B
Makefile
|
.PHONY: lock
|
||
|
|
||
|
lock:
|
||
|
nix flake lock --update-input nixpkgs --update-input home-manager
|
||
|
git -C . add flake.lock
|
||
|
nix flake archive
|