mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-11 14:35:09 -05:00
13 lines
192 B
Nix
13 lines
192 B
Nix
{
|
|
projectRootFile = "flake.nix";
|
|
|
|
programs = {
|
|
deadnix.enable = true;
|
|
statix.enable = true;
|
|
nixfmt.enable = true;
|
|
|
|
goimports.enable = true;
|
|
gofmt.enable = true;
|
|
};
|
|
}
|