summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-09-24 11:16:16 +0200
committermakefu <github@syntax-fehler.de>2022-09-24 11:16:16 +0200
commit9a77b5346ce43461fdbe782b4a03e7dde96051e8 (patch)
treea94a7b0827c544ab04fe0078a6f67346f52747b6 /3modules
parent50965fb3d02caf4a9892f331f259a42dd183b66f (diff)
ma sane-extra: give output a name
Diffstat (limited to '3modules')
-rw-r--r--3modules/sane-extra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/3modules/sane-extra.nix b/3modules/sane-extra.nix
index 2e0ce8f2f..8cbed572c 100644
--- a/3modules/sane-extra.nix
+++ b/3modules/sane-extra.nix
@@ -22,7 +22,7 @@ let
${concatMapStrings (c: ''
f="$out/${c.name}.conf"
[ ! -e "$f" ] || chmod +w "$f"
- cat ${builtins.toFile "" (c.value + "\n")} >>"$f"
+ cat ${builtins.toFile "outfile" (c.value + "\n")} >>"$f"
chmod -w "$f"
'') (mapAttrsToList nameValuePair cfg.extraConfig)}
chmod -w $out
[cgit] Unable to lock slot /tmp/cgit/c1000000.lock: No such file or directory (2)