cli: make it more clear what optional deps are

This commit is contained in:
Jörg Thalheim
2023-07-26 09:36:50 +02:00
committed by Mic92
parent f243edfca6
commit 38222cee58

View File

@@ -19,10 +19,10 @@
sshpass
zbar
tor;
# Override license so that we can build zerotierone without
# having to re-import nixpkgs.
zerotierone = pkgs.zerotierone.overrideAttrs (_old: { meta = { }; });
## End optional dependencies
};
checks = self'.packages.clan.tests;
};