parent
262bcedbd2
commit
44d56aab0f
2 changed files with 46 additions and 4 deletions
apps/update/src
|
@ -14,8 +14,10 @@ export const updateFlakeInputs = () => {
|
|||
{ shell: true },
|
||||
).stdout
|
||||
.toString()
|
||||
// Add an extra blank line between inputs
|
||||
.split('\n•')
|
||||
.join('\n\n•')
|
||||
// Shorten git revs to help readability
|
||||
.split('\n')
|
||||
.map((l) => l
|
||||
.replace(/.{33}\?narHash=sha256[^']*/, '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue