From fa8dbf0e4f2f08260672f90ee9df085fa107f0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 3 Aug 2023 13:11:42 +0200 Subject: [PATCH] cli: re-expose missing dependenices --- pkgs/clan-cli/flake-module.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/clan-cli/flake-module.nix b/pkgs/clan-cli/flake-module.nix index 8828715..dc603fb 100644 --- a/pkgs/clan-cli/flake-module.nix +++ b/pkgs/clan-cli/flake-module.nix @@ -18,7 +18,9 @@ openssh sshpass zbar - tor; + tor + age + sops; # Override license so that we can build zerotierone without # having to re-import nixpkgs. zerotierone = pkgs.zerotierone.overrideAttrs (_old: { meta = { }; });