contrib: reformat nix

This commit is contained in:
oxalica 2025-09-10 20:59:41 -04:00
parent 40e4a53886
commit 03a72736ea

View file

@ -21,9 +21,7 @@ let
mkConfigFile = mkConfigFile =
name: config: name: config:
(toml.generate name config).overrideAttrs (old: { (toml.generate name config).overrideAttrs (old: {
buildCommand = buildCommand = old.buildCommand + ''
old.buildCommand
+ ''
${lib.getBin cfg.package}/bin/blahd validate --config $out ${lib.getBin cfg.package}/bin/blahd validate --config $out
''; '';
}); });