summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-06 01:43:33 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-06 01:43:33 +0100
commitbe8b6b9e5fcf040ae0b21b3aada5378375201f8d (patch)
treeef062ded51c2d868d8df0483730e22c1a08551cb /flake.nix
parent490467fa1fb7e6c6c1e9dd9c28a4245892ee9970 (diff)
downloadap01-be8b6b9e5fcf040ae0b21b3aada5378375201f8d.tar
ap01-be8b6b9e5fcf040ae0b21b3aada5378375201f8d.tar.gz
ap01-be8b6b9e5fcf040ae0b21b3aada5378375201f8d.tar.bz2
ap01-be8b6b9e5fcf040ae0b21b3aada5378375201f8d.tar.xz
ap01-be8b6b9e5fcf040ae0b21b3aada5378375201f8d.zip
...
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 ca65dab..b596b50 100644
--- a/flake.nix
+++ b/flake.nix
@@ -126,7 +126,7 @@
126 set -ex 126 set -ex
127 127
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 --exclude /tmp --exclude /build_dir --exclude /bin ${openwrtWithPackages}/. ${./files}/. ./.
130 130
131 patchDir=$(mktemp -d -t 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/."