chore(update): add missing filtered out inputs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
bc6b943b56
commit
6c0606d21a
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue