chore(npm): bump package.json versions

This commit is contained in:
matt1432 2024-09-23 17:04:30 -04:00
parent 56829798f9
commit bc4470feb2
8 changed files with 823 additions and 1088 deletions
apps/update/src

View file

@ -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