remove quarantine on configs

This commit is contained in:
Jacob Janzen 2024-09-28 10:14:31 -05:00
parent d683509a0f
commit 56e6cb39a0

View file

@ -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=%))