mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
it went wrong
This commit is contained in:
parent
16cf4a1a05
commit
70e20647ef
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ rec {
|
||||||
];
|
];
|
||||||
value = lib.pipe name [
|
value = lib.pipe name [
|
||||||
builtins.readFile
|
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))
|
(builtins.toFile (builtins.baseNameOf path))
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue