mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-lint-nix and nf-fmt-nix
This commit is contained in:
parent
ee53c89e40
commit
2a76c4fc98
11 changed files with 100 additions and 13 deletions
11
ci/fmt.nix
Normal file
11
ci/fmt.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
nix = {
|
||||
whitelist = [
|
||||
"systems/mediabox/nixos.nix"
|
||||
];
|
||||
blacklistDirs = [
|
||||
"overlays"
|
||||
"ci"
|
||||
];
|
||||
};
|
||||
}
|
||||
10
ci/statix.toml
Normal file
10
ci/statix.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
disabled = [
|
||||
"repeated_keys",
|
||||
"empty_pattern",
|
||||
]
|
||||
nix_version = '2.4'
|
||||
ignore = [
|
||||
'.direnv',
|
||||
'ci',
|
||||
'overlays',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue