mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 15:25:08 +01:00
chore: add treefmt
This commit is contained in:
parent
b0eaa25b77
commit
9c1a29fa9b
3 changed files with 33 additions and 3 deletions
|
|
@ -2,6 +2,10 @@
|
|||
inputs = {
|
||||
devshell.url = "gitlab:rensa-nix/devshell?dir=lib";
|
||||
nixmkdocs.url = "gitlab:TECHNOFAB/nixmkdocs?dir=lib";
|
||||
treefmt-nix = {
|
||||
url = "github:numtide/treefmt-nix";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = i:
|
||||
|
|
@ -9,5 +13,6 @@
|
|||
// {
|
||||
dslib = i.devshell.lib {inherit (i.parent) pkgs;};
|
||||
doclib = i.nixmkdocs.lib {inherit (i.parent) pkgs;};
|
||||
treefmt = import i.treefmt-nix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue