add secrets integration
clan-cli: also depend on age for secrets
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
, installShellFiles
|
||||
, zerotierone
|
||||
, bubblewrap
|
||||
, sops
|
||||
, age
|
||||
, self
|
||||
}:
|
||||
let
|
||||
@@ -71,7 +73,7 @@ let
|
||||
|
||||
clan-pytest = runCommand "${name}-tests"
|
||||
{
|
||||
nativeBuildInputs = [ zerotierone bubblewrap ];
|
||||
nativeBuildInputs = [ zerotierone bubblewrap sops age ];
|
||||
} ''
|
||||
cp -r ${src} ./src
|
||||
chmod +w -R ./src
|
||||
|
||||
Reference in New Issue
Block a user