Skip to content

Commit

Permalink
redict.tests: fix the eval
Browse files Browse the repository at this point in the history
Without the change the test fails to eval as it does not exits:

    $ nix build --no-link -f. redict.tests.redict
    error: attribute 'redict' missing
           at pkgs/by-name/re/redict/package.nix:83:27:
               82|
               83|   passthru.tests.redict = nixosTests.redict;
                 |                           ^
               84|
           Did you mean redis?
  • Loading branch information
trofi committed Jan 18, 2025
1 parent 8e030b1 commit fdf0d3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/re/redict/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
lua,
jemalloc,
pkg-config,
nixosTests,
tcl,
which,
ps,
Expand Down Expand Up @@ -104,8 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
runHook postCheck
'';

passthru.tests.redict = nixosTests.redict;

meta = {
homepage = "https://redict.io";
description = "Distributed key/value store";
Expand Down

0 comments on commit fdf0d3c

Please sign in to comment.