summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-06 08:55:31 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-06 08:55:31 +0100
commitb4a4d569c5d00872d8ce0922b8a2f4aaafa0846d (patch)
tree81f62f653fa6bba200c0a5545cf151f821eec108
parent6f97ed78ab478f7502ea078f1d9be5f06ebfebf7 (diff)
downloadap01-b4a4d569c5d00872d8ce0922b8a2f4aaafa0846d.tar
ap01-b4a4d569c5d00872d8ce0922b8a2f4aaafa0846d.tar.gz
ap01-b4a4d569c5d00872d8ce0922b8a2f4aaafa0846d.tar.bz2
ap01-b4a4d569c5d00872d8ce0922b8a2f4aaafa0846d.tar.xz
ap01-b4a4d569c5d00872d8ce0922b8a2f4aaafa0846d.zip
...
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6a46fa0..73b7425 100644
--- a/flake.nix
+++ b/flake.nix
@@ -136,7 +136,7 @@
136 rm "''${sopsFile}" 136 rm "''${sopsFile}"
137 done < <(find . "$patchDir" -not \( \( -path ./tmp -o -path ./build_dir -o -path ./bin -o -path ./staging_dir \) -a -prune \) -a \( -type f -a -name '*.sops' -a -print0 \)) 137 done < <(find . "$patchDir" -not \( \( -path ./tmp -o -path ./build_dir -o -path ./bin -o -path ./staging_dir \) -a -prune \) -a \( -type f -a -name '*.sops' -a -print0 \))
138 138
139 while IFS= read -r -d $'\0' patchFile; do. 139 while IFS= read -r -d $'\0' patchFile; do
140 patch -p1 --batch <$patchFile 140 patch -p1 --batch <$patchFile
141 done < <(find "$patchDir" -type f -name '*.patch' -print0) 141 done < <(find "$patchDir" -type f -name '*.patch' -print0)
142 } 142 }