nixos/Makefile

7 lines
133 B
Makefile
Raw Normal View History

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