From 903d2fd3bea7e796e6a5f25ddb2a0841308d9490 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Wed, 4 Sep 2024 11:57:36 +0200 Subject: [PATCH] Update nix tests --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7768f3f..021f378 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }).overrideAttrs (old: { preInstall = '' # Run automated tests - mix test --no-deps-check --no-start --color + mix test --no-deps-check --color ''; });