nixos/Makefile

10 lines
156 B
Makefile
Raw Normal View History

2024-05-25 07:03:20 +01:00
.PHONY: default build switch
default: build
build:
nixos-rebuild build --flake . --show-trace
2024-05-25 07:03:20 +01:00
switch:
sudo nixos-rebuild switch --flake . --show-trace