mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(toml): output name
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
(self: super: {
|
(self: super: {
|
||||||
writeTOML = object: super.runCommand "writeTOML" {} ''
|
writeTOML = object: super.runCommand "generated.toml" {} ''
|
||||||
echo '${builtins.toJSON object}' | ${super.remarshal}/bin/json2toml > $out
|
echo '${builtins.toJSON object}' | ${super.remarshal}/bin/json2toml > $out
|
||||||
'';
|
'';
|
||||||
toTOML = object: builtins.readFile (self.writeTOML object);
|
toTOML = object: builtins.readFile (self.writeTOML object);
|
||||||
|
|||||||
Reference in New Issue
Block a user