7 lines
138 B
Makefile
7 lines
138 B
Makefile
.PHONY: build
|
|
|
|
HOST := $(shell hostname)
|
|
|
|
build:
|
|
nix build -j 1 --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel
|