parent
72cf10cc67
commit
0242576069
2 changed files with 6 additions and 6 deletions
apps/pin-inputs/src
|
@ -48,7 +48,7 @@ INPUTS.forEach((input) => {
|
|||
const inputsFile = `${FLAKE}/inputs/default.nix`;
|
||||
const rev = getCurrentRev(input);
|
||||
|
||||
const msg = ['FIX', 'ME'].join();
|
||||
const msg = ['FIX', 'ME'].join('');
|
||||
|
||||
replaceInFile(
|
||||
new RegExp(`(\\n[ ]*)${input} =.*\\n.*\\n.*`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue