parent
56829798f9
commit
bc4470feb2
8 changed files with 823 additions and 1088 deletions
apps/update/src
|
@ -10,7 +10,7 @@ const FLAKE = process.env.FLAKE;
|
|||
export const updateFlakeInputs = () => {
|
||||
const output = spawnSync(
|
||||
`git restore flake.lock &> /dev/null; nix flake update --flake ${FLAKE}` +
|
||||
' |& grep -v "warning: updating lock file"',
|
||||
' |& grep -v "warning: updating lock file"',
|
||||
[],
|
||||
{ shell: true },
|
||||
).stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue