From 1e313018c3eecd1dcf23e39c9f9176d9529a1856 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sat, 24 Sep 2022 11:16:16 +0200
Subject: [PATCH] ma sane-extra: give output a name

---
 makefu/3modules/sane-extra.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefu/3modules/sane-extra.nix b/makefu/3modules/sane-extra.nix
index 2e0ce8f2f..8cbed572c 100644
--- a/makefu/3modules/sane-extra.nix
+++ b/makefu/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