summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 17b8b92..40fd0be 100644
--- a/flake.nix
+++ b/flake.nix
@@ -128,7 +128,7 @@
128 function unpackPhase() { 128 function unpackPhase() {
129 ${pkgs.rsync}/bin/rsync --chmod=u+wX -rlptD ${openwrtWithPackages}/. ${./files}/. ./. 129 ${pkgs.rsync}/bin/rsync --chmod=u+wX -rlptD ${openwrtWithPackages}/. ${./files}/. ./.
130 130
131 patchDir=$(mktemp -d patches.XXXXXXXXXX) 131 patchDir=$(mktemp -d -t patches.XXXXXXXXXX)
132 ${pkgs.rsync}/bin/rsync --chmod=u+wX -rlptD ${./patches}/. "$patchDir/." 132 ${pkgs.rsync}/bin/rsync --chmod=u+wX -rlptD ${./patches}/. "$patchDir/."
133 133
134 while IFS= read -r -d $'\0' sopsFile; do 134 while IFS= read -r -d $'\0' sopsFile; do