feat: dont copy over nix
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Darragh Elliott 2024-09-13 19:30:17 +01:00
parent 3049db5e9d
commit 7f40467541

View File

@ -203,6 +203,7 @@ COPY_SRC_FILES := \$(shell find -L "\$(INPUTDIR)" -type f \
-not -name '*.xhtml' \
-not -name '*.xml' \
-not -name '*.xsl' \
-not -name '*.nix' \
) \$(INPUTDIR)/fsfe.org/order/data/items.en.xml
# The same as above, but moved to the output directory