aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-28 10:14:31 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-28 10:14:31 -0500
commit56e6cb39a09835d120ac9ee879f7c3a57d71ab73 (patch)
treeeaaf621878daaa05b4bcbd943f3c299b7ff10cbc /Makefile
parentd683509a0f412d080ffddde7e67bdf0ccd1f17f1 (diff)
remove quarantine on configs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ee9c11..3270048 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: install update rollback
SRCDIR = ./nixos
-DSTDIR = $(HOME)/quarantine
+DSTDIR = $(HOME)
SOURCES := $(shell find -L $(SRCDIR)/ -type f)
CONFIGS := $(subst $(SRCDIR)/,$(DSTDIR)/,$(SOURCES:%.org=%))