diff options
| author | tv <tv@krebsco.de> | 2017-07-06 21:47:47 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-07-10 11:05:48 +0200 |
| commit | 112a652a9866d18263790ce5232459d4abf042b6 (patch) | |
| tree | e953f148307fe2f1692c4925302a81515a2eaa39 /Makefile | |
| parent | 585c3f70f1f8fe07b977524375244ab6d1953219 (diff) | |
move source config from module system to 1systems/*/source.nix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ export STOCKHOLM_VERSION ?= $(shell \ system ?= $(HOSTNAME) $(if $(system),,$(error unbound variable: system)) -nixos-config ?= $(stockholm)/$(LOGNAME)/1systems/$(system).nix +nixos-config ?= $(stockholm)/$(LOGNAME)/1systems/$(system)/config.nix ifneq ($(words $(wildcard $(nixos-config))),1) $(error bad nixos-config: $(nixos-config)) endif |
