nixos/Makefile

7 lines
120 B
Makefile

.PHONY: build
HOST := $(shell hostname)
build:
nix build .#nixosConfigurations.$(HOST).config.system.build.toplevel