nixos/Makefile

7 lines
138 B
Makefile
Raw Normal View History

2024-06-22 16:39:30 +01:00
.PHONY: build
HOST := $(shell hostname)
build:
2024-08-22 06:55:58 +01:00
nix build -j 1 --keep-going .#nixosConfigurations.$(HOST).config.system.build.toplevel