chore(nixFastBuild): get rid of useless sed
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-10-30 20:47:47 -04:00
parent 91724471b4
commit 1fc5a48bf9

View file

@ -23,7 +23,7 @@
text = '' text = ''
cd "$FLAKE" || return cd "$FLAKE" || return
nix-fast-build -f .#nixFastChecks | grep -v 'error (ignored): error: SQLite database' nix-fast-build -f .#nixFastChecks "$@"
''; '';
}; };
in { in {