summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-03-02 16:54:23 -0800
committerBen Sima <ben@bsima.me>2019-03-02 16:54:23 -0800
commit3d0df3ed30014f22574af4b390553930ef7cbb7f (patch)
treefd72c076d495d10b5f12e72934953478c8f758f8 /Makefile
parent189ae4dd8845ebd0967578accd03a77071ab2732 (diff)
Flesh out build topology
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ddaa9b..71c1a16 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ USER = root
OUT = $(shell readlink -n ./result)
result:
- nix-build --attr system ./depo/nutin-madaj
+ nix-build -A depo.nutin-madaj.system
copy: result
nix copy --to "ssh://$(USER)@$(HOST)" ./result