setup repo structure (& test system config)
This commit is contained in:
commit
67c2250833
12 changed files with 573 additions and 0 deletions
6
treefmt.nix
Normal file
6
treefmt.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
settings.global.on-unmatched = "info";
|
||||
programs.nixfmt.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue