summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f984e1c7..b31eddd0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
ifndef system
$(error unbound variable: system)
else
-include 0make/tv/$(system).makefile
+include 0make/$(LOGNAME)/$(system).makefile
.ONESHELL:
.SHELLFLAGS := -eufc
.PHONY: deploy
@@ -63,7 +63,7 @@ deploy:;@
prefetch /root/src/nixpkgs "$$nixpkgs_url" "$$nixpkgs_rev"
echo build system...
- NIXOS_CONFIG=/root/src/shitment/1systems/tv/$$system_name.nix \
+ NIXOS_CONFIG=/root/src/shitment/1systems/$(LOGNAME)/$$system_name.nix \
NIX_PATH=src \
nix-build -Q -A system '<nixpkgs/nixos>'