nixos/Makefile

7 lines
133 B
Makefile

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