chore(update): add missing filtered out inputs

This commit is contained in:
matt1432 2025-01-19 18:51:33 -05:00
parent bc6b943b56
commit 6c0606d21a
2 changed files with 12 additions and 11 deletions
apps/update-sources/src
flake.lock

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

18
flake.lock generated
View file

@ -1396,11 +1396,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1737311008, "lastModified": 1737325094,
"narHash": "sha256-37L+wiCuzoo4WLq7k8XWAqTU0+yiSojwHRiXHZK+ObU=", "narHash": "sha256-cUi6vDI/rveFpKsJJhIe084XiXzbJPYUxBKB1dfepH4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "47260b4b1459fee2a27a630adf5be5caf0495ac2", "rev": "4b5cbd9e85bfedab28018e955086b9987bc495df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1912,20 +1912,20 @@
}, },
"locked": { "locked": {
"dir": "packaging/nix", "dir": "packaging/nix",
"lastModified": 1737161836, "lastModified": 1737267680,
"narHash": "sha256-v20q0DeglyrsIAbqwqOSxdzZ4JhEWtU9muWPlPz3Few=", "narHash": "sha256-QRmJM5KY3gGEOKhfAvZlzxMYer5sVpAyKuMqvwLRgoI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "3fd4ef90e8427cfc74d94914654a288912edb2cf", "rev": "3480851ea2811e96f92f2a693ca7762b6003ff0e",
"revCount": 901, "revCount": 904,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
}, },
"original": { "original": {
"dir": "packaging/nix", "dir": "packaging/nix",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix" "url": "https://github.com/Open-Wine-Components/umu-launcher/"
} }
}, },
"vimplugin-easytables-src": { "vimplugin-easytables-src": {