diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-06 01:25:30 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-06 01:25:30 +0100 |
commit | d92fa0478e116a4f189ac1229d952c15dcb4b5c4 (patch) | |
tree | 338cbceb3b3b1fdf5a7352503298110d6530c581 /flake.nix | |
parent | c9bf4a2b4a3e3551cded907cc8feacb360f322af (diff) | |
download | ap01-d92fa0478e116a4f189ac1229d952c15dcb4b5c4.tar ap01-d92fa0478e116a4f189ac1229d952c15dcb4b5c4.tar.gz ap01-d92fa0478e116a4f189ac1229d952c15dcb4b5c4.tar.bz2 ap01-d92fa0478e116a4f189ac1229d952c15dcb4b5c4.tar.xz ap01-d92fa0478e116a4f189ac1229d952c15dcb4b5c4.zip |
ap01: ...
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |