mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -3,19 +3,25 @@
|
|||
whitelist = [
|
||||
"overlays/default.nix"
|
||||
"ci/fmt.nix"
|
||||
"docs/derivation.nix"
|
||||
"devShells.nix"
|
||||
"shell.nix"
|
||||
"generate.nix"
|
||||
"lib.nix"
|
||||
"outputs.nix"
|
||||
"tree.nix"
|
||||
];
|
||||
whitelistDirs = [
|
||||
"modules/extern"
|
||||
"modules/nixos"
|
||||
"modules/system"
|
||||
"nixos"
|
||||
"overlays"
|
||||
"packages"
|
||||
"systems"
|
||||
];
|
||||
blacklistDirs = [
|
||||
"overlays"
|
||||
"modules/nixos/ldap"
|
||||
"ci"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue