treefmt: migrate to nilla
This commit is contained in:
parent
c88daff343
commit
cd8fab9174
4 changed files with 35 additions and 33 deletions
10
nilla.nix
10
nilla.nix
|
@ -61,6 +61,16 @@
|
|||
];
|
||||
}
|
||||
);
|
||||
formatter = {
|
||||
inherit systems;
|
||||
builder = "custom-load";
|
||||
package =
|
||||
{ system }:
|
||||
let
|
||||
eval = inputs.treefmt.lib.evalModule inputs.nixpkgs.legacyPackages.${system} ./treefmt.nix;
|
||||
in
|
||||
eval.config.build.wrapper;
|
||||
};
|
||||
};
|
||||
|
||||
config.shells.default = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue