configuration.nix/Makefile

19 lines
250 B
Makefile
Raw Normal View History

2024-06-24 18:39:06 +02:00
.PHONY: default all home nixos update clean
2024-06-23 17:09:24 +02:00
default: all
all: home nixos
home:
home-manager switch --flake ./.
nixos:
doas nixos-rebuild switch --flake ./.
2024-06-24 14:08:29 +02:00
update:
nix flake update
2024-06-23 17:09:24 +02:00
clean:
nix-collect-garbage -d
doas nix-collect-garbage -d