mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
contrib: reformat nix
This commit is contained in:
parent
40e4a53886
commit
03a72736ea
1 changed files with 3 additions and 5 deletions
|
@ -21,11 +21,9 @@ let
|
|||
mkConfigFile =
|
||||
name: config:
|
||||
(toml.generate name config).overrideAttrs (old: {
|
||||
buildCommand =
|
||||
old.buildCommand
|
||||
+ ''
|
||||
${lib.getBin cfg.package}/bin/blahd validate --config $out
|
||||
'';
|
||||
buildCommand = old.buildCommand + ''
|
||||
${lib.getBin cfg.package}/bin/blahd validate --config $out
|
||||
'';
|
||||
});
|
||||
|
||||
settingsType = types.submodule {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue