mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
12 lines
163 B
Nix
12 lines
163 B
Nix
{
|
|
projectRootFile = "flake.nix";
|
|
|
|
programs = {
|
|
deadnix.enable = true;
|
|
statix.enable = true;
|
|
nixfmt.enable = true;
|
|
|
|
gofmt.enable = true;
|
|
};
|
|
}
|