mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
15 lines
308 B
Nix
15 lines
308 B
Nix
_: {
|
|
projectRootFile = "flake.nix";
|
|
programs = {
|
|
alejandra.enable = true;
|
|
deadnix.enable = true;
|
|
statix.enable = true;
|
|
terraform.enable = true;
|
|
shellcheck.enable = true;
|
|
beautysh.enable = true;
|
|
};
|
|
settings.formatter.shellcheck.excludes = [
|
|
".envrc"
|
|
"tf/.envrc"
|
|
];
|
|
}
|