Sign Sparkle appcasts in Python
Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Successful in 3m4s
Build Rust / Cargo Test (push) Successful in 4m5s
Build Site / Next.js Build (push) Failing after 4s
Infra: OpenTofu / OpenTofu (grafana) (push) Successful in 4s
Lint Governance / BEP Metadata (push) Successful in 1s
Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Successful in 3m4s
Build Rust / Cargo Test (push) Successful in 4m5s
Build Site / Next.js Build (push) Failing after 4s
Infra: OpenTofu / OpenTofu (grafana) (push) Successful in 4s
Lint Governance / BEP Metadata (push) Successful in 1s
This commit is contained in:
parent
1ef6fedeaf
commit
640d4693ac
5 changed files with 35 additions and 26 deletions
|
|
@ -61,6 +61,9 @@
|
|||
pkgs.nodejs
|
||||
else
|
||||
pkgs.nodejs_20;
|
||||
python3WithCrypto = pkgs.python3.withPackages (pythonPackages: [
|
||||
pythonPackages.cryptography
|
||||
]);
|
||||
optionalPackage = name: lib.optional (lib.hasAttr name pkgs) (lib.getAttr name pkgs);
|
||||
googleKmsPkcs11Package =
|
||||
if pkgs.stdenv.hostPlatform.isx86_64 && pkgs.stdenv.isLinux then
|
||||
|
|
@ -137,7 +140,7 @@ EOF
|
|||
curl
|
||||
jq
|
||||
nodejsPkg
|
||||
python3
|
||||
python3WithCrypto
|
||||
openssl
|
||||
rsync
|
||||
zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue