mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 09:42:19 +00:00
4 lines
145 B
Makefile
4 lines
145 B
Makefile
pull:
|
|
nix-shell -p git --run "git pull"
|
|
rebuild: pull
|
|
sudo nixos-rebuild switch -I nixos-config=machines/$(shell hostname -s)/configuration.nix
|