From 56e6cb39a09835d120ac9ee879f7c3a57d71ab73 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 28 Sep 2024 10:14:31 -0500 Subject: remove quarantine on configs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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=%)) -- cgit v1.2.3