summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-09 04:16:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-09 04:16:25 +0100
commit5903cd50db3ade20899298e7377a0d29c563c904 (patch)
tree6a372efc617b089ebd9df65ba3bda78479411be3
parentd5bce1a7d247db608e7d1a1b89028b591218a67f (diff)
downloadap01-5903cd50db3ade20899298e7377a0d29c563c904.tar
ap01-5903cd50db3ade20899298e7377a0d29c563c904.tar.gz
ap01-5903cd50db3ade20899298e7377a0d29c563c904.tar.bz2
ap01-5903cd50db3ade20899298e7377a0d29c563c904.tar.xz
ap01-5903cd50db3ade20899298e7377a0d29c563c904.zip
...
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index fc9dcc4..471c3a6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -132,8 +132,7 @@
132 endef 132 endef
133 133
134 define Build/Prepare 134 define Build/Prepare
135 cp -r ${inputs.sunwait} . 135 cp -t $(PKG_BUILD_DIR) -r ${inputs.sunwait}/.
136 cd $(basename ${inputs.sunwait})
137 endef 136 endef
138 137
139 define Build/Compile 138 define Build/Compile