Files
dotfiles/config/nix/Makefile
2024-02-19 19:14:09 +05:30

13 lines
264 B
Makefile

.PHONY: darwin home default nixos
default: nixos
darwin:
nix run nix-darwin -- switch --flake . --show-trace
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .
nixos:
sudo nixos-rebuild switch --flake .