treefmt: migrate to nilla
This commit is contained in:
parent
e3dcc2b5e5
commit
8526bb5ab5
4 changed files with 37 additions and 35 deletions
|
@ -1,12 +1,7 @@
|
|||
{ lib }:
|
||||
{
|
||||
config.builders.custom-load = {
|
||||
settings.type = lib.types.submodule {
|
||||
options.args = lib.options.create {
|
||||
type = lib.types.null;
|
||||
default.value = null;
|
||||
};
|
||||
};
|
||||
settings.type = lib.types.submodule { };
|
||||
settings.default = { };
|
||||
build = pkg: lib.attrs.generate pkg.systems (system: pkg.package { inherit system; });
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue