make all pytest dependencies also available to impure tests

This commit is contained in:
Jörg Thalheim
2023-09-20 10:58:06 +02:00
committed by lassulus
parent 4096ea3adb
commit 18c360f729
4 changed files with 47 additions and 36 deletions

View File

@@ -10,19 +10,6 @@
clan-openapi = self'.packages.clan-cli.clan-openapi;
default = self'.packages.clan-cli;
## Optional dependencies for clan cli, we re-expose them here to make sure they all build.
inherit (pkgs)
age
bash
bubblewrap
git
openssh
rsync
sops
sshpass
tor
zbar
;
# Override license so that we can build zerotierone without
# having to re-import nixpkgs.
zerotierone = pkgs.zerotierone.overrideAttrs (_old: { meta = { }; });