From 1fc5a48bf90d8a17911b42c679388ab9ac09a8b5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 30 Oct 2024 20:47:47 -0400 Subject: [PATCH] chore(nixFastBuild): get rid of useless sed --- devices/servivi/modules/binary-cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/servivi/modules/binary-cache.nix b/devices/servivi/modules/binary-cache.nix index 50069fe2..4fb75eb9 100644 --- a/devices/servivi/modules/binary-cache.nix +++ b/devices/servivi/modules/binary-cache.nix @@ -23,7 +23,7 @@ text = '' cd "$FLAKE" || return - nix-fast-build -f .#nixFastChecks | grep -v 'error (ignored): error: SQLite database' + nix-fast-build -f .#nixFastChecks "$@" ''; }; in {