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 sshpass
zbar zbar
tor; tor;
# Override license so that we can build zerotierone without # Override license so that we can build zerotierone without
# having to re-import nixpkgs. # having to re-import nixpkgs.
zerotierone = pkgs.zerotierone.overrideAttrs (_old: { meta = { }; }); zerotierone = pkgs.zerotierone.overrideAttrs (_old: { meta = { }; });
## End optional dependencies
}; };
checks = self'.packages.clan.tests; checks = self'.packages.clan.tests;
}; };