chore(nixFastBuild): get rid of useless sed
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
91724471b4
commit
1fc5a48bf9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue