parent
8fa5398008
commit
8570bf8ef4
5 changed files with 69 additions and 62 deletions
apps/update/src
|
@ -23,6 +23,13 @@ export const updateFlakeInputs = () => {
|
|||
.map((l) => l
|
||||
.replace(/.{33}\?narHash=sha256[^']*/, '')
|
||||
.replace(/&rev=(.{7})[^'&]*/, (_, backref) => `&rev=${backref}`))
|
||||
.filter((input) => ![
|
||||
'systems',
|
||||
'flake-utils',
|
||||
'flake-parts',
|
||||
'treefmt-nix',
|
||||
'lib-aggregate',
|
||||
].some((inputName) => input.startsWith(`• Updated input '${inputName}'`)))
|
||||
.join('\n');
|
||||
|
||||
return output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue