diff options
Diffstat (limited to 'atuin.nix')
| -rw-r--r-- | atuin.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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"; |
