treefmt: migrate to nilla
This commit is contained in:
parent
265fba3908
commit
e92e8c287d
4 changed files with 33 additions and 31 deletions
14
nilla.nix
14
nilla.nix
|
@ -55,13 +55,23 @@
|
|||
name = "settei-base";
|
||||
paths = with (getPkgs system); [
|
||||
# TODO: wrappers
|
||||
# helix
|
||||
# fish
|
||||
helix
|
||||
fish
|
||||
git-commit-last
|
||||
git-fixup
|
||||
];
|
||||
}
|
||||
);
|
||||
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