From 38222cee586ebc0b9e88b225f9fda2e41eb9a0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 26 Jul 2023 09:36:50 +0200 Subject: [PATCH] cli: make it more clear what optional deps are --- pkgs/clan-cli/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/flake-module.nix b/pkgs/clan-cli/flake-module.nix index e53667557..ade014fc1 100644 --- a/pkgs/clan-cli/flake-module.nix +++ b/pkgs/clan-cli/flake-module.nix @@ -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; };