mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
szurubooru: expose szurubooru.tests
This commit is contained in:
parent
b5e6cacb3d
commit
e2cc76db01
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ let
|
|||
};
|
||||
in
|
||||
|
||||
lib.recurseIntoAttrs {
|
||||
lib.recurseIntoAttrs rec {
|
||||
client = callPackage ./client.nix { inherit src version; };
|
||||
server = callPackage ./server.nix { inherit src version; };
|
||||
inherit (server) tests;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue