remove quarantine on configs
This commit is contained in:
parent
d683509a0f
commit
56e6cb39a0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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=%))
|
||||
|
|
Loading…
Add table
Reference in a new issue