aboutsummaryrefslogtreecommitdiffstats
path: root/atuin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'atuin.nix')
-rw-r--r--atuin.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/atuin.nix b/atuin.nix
index a233e985..f8288b19 100644
--- a/atuin.nix
+++ b/atuin.nix
@@ -36,12 +36,7 @@ rustPlatform.buildRustPackage {
--zsh <($out/bin/atuin gen-completions -s zsh)
'';
- # Additional flags passed to the cargo test binary, see `cargo test -- --help`
- checkFlags = [
- # Sync tests require a postgres server
- "--skip=sync"
- "--skip=registration"
- ];
+ doCheck = false;
meta = with lib; {
description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines";