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 d273108..cdfbc4d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -272,7 +272,7 @@
272 set -e 272 set -e
273 ${unpackWrt} 273 ${unpackWrt}
274 ${buildWrt} 274 ${buildWrt}
275 ''; }}/bin/openwrt-env') 275 ''; }}/bin/openwrt-env') # noqa: E501
276 276
277 if args.copyTo: 277 if args.copyTo:
278 command = ['cp', args.image, args.copyTo] 278 command = ['cp', args.image, args.copyTo]