chore(update): add missing filtered out inputs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-19 18:51:33 -05:00
parent bc6b943b56
commit 6c0606d21a
2 changed files with 3 additions and 2 deletions

View file

@ -17,14 +17,15 @@ export const updateFlakeInputs = () => {
// Filter out some inputs // Filter out some inputs
.filter((input) => ![ .filter((input) => ![
'systems', 'systems',
'flake-compat',
'flake-utils', 'flake-utils',
'flake-parts', 'flake-parts',
'treefmt-nix', 'treefmt-nix',
'lib-aggregate', 'lib-aggregate',
'lib-aggregate/nixpkgs-lib', 'lib-aggregate/nixpkgs-lib',
'sops-nix/nixpkgs-stable',
'discord-overlay/Vencord-src',
'nix-gaming/umu', 'nix-gaming/umu',
'nix-github-actions',
'pre-commit-hooks',
].some((inputName) => input.startsWith(` Updated input '${inputName}'`))) ].some((inputName) => input.startsWith(` Updated input '${inputName}'`)))
.join('\n\n•') .join('\n\n•')
// help readability of git revs // help readability of git revs

Binary file not shown.