it went wrong

This commit is contained in:
Gerg-L 2023-12-06 22:12:20 -05:00
parent 16cf4a1a05
commit 70e20647ef
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -46,7 +46,7 @@ rec {
];
value = lib.pipe name [
builtins.readFile
(builtins.replaceStrings (lib.singleton "#_f") (lib.singleton ''_file = "${name}";''))
(builtins.replaceStrings (lib.singleton "#_file") (lib.singleton ''_file = "${name}";''))
(builtins.toFile (builtins.baseNameOf path))
];
})