Merge pull request 'cli: make it more clear what optional deps are' (#27) from zerotier into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/27
This commit is contained in:
Mic92
2023-07-26 07:37:24 +00:00

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;
};