mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor: clean up flake outputs
This commit is contained in:
parent
437c83acc0
commit
7da0924d91
15 changed files with 233 additions and 203 deletions
18
ci/fmt.nix
18
ci/fmt.nix
|
|
@ -1,7 +1,25 @@
|
|||
{
|
||||
nix = {
|
||||
whitelist = [
|
||||
"systems/default.nix"
|
||||
"systems/ct/default.nix"
|
||||
"systems/ct/nixos.nix"
|
||||
"systems/hakurei/default.nix"
|
||||
"systems/kuwubernetes/default.nix"
|
||||
"systems/kuwubernetes/nixos.nix"
|
||||
"systems/mediabox/default.nix"
|
||||
"systems/mediabox/nixos.nix"
|
||||
"systems/reimu/default.nix"
|
||||
"systems/tei/default.nix"
|
||||
"systems/tei/nixos.nix"
|
||||
"systems/tei/cloudflared.nix"
|
||||
"systems/tewi/default.nix"
|
||||
"systems/tewi/nixos.nix"
|
||||
"overlays/default.nix"
|
||||
"devShells.nix"
|
||||
"shell.nix"
|
||||
"outputs.nix"
|
||||
"tree.nix"
|
||||
];
|
||||
blacklistDirs = [
|
||||
"overlays"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue