Skip to content

Commit 04cea83

Browse files
SyndamiaPetarKirov
authored andcommitted
fix(nix-packages-update.yml): Update package lists
With the update of nix-update-action, package compatibility has changed: - Removed from blacklist circ, circom, eos-vm, jolt, nexus, polkadot, rapidsnark, risc0, sp1, zkm, zkwasm - Added to blacklist all python-modules (cryptography36, ledgercomm, py-ecc, requests-cache
1 parent e789dcb commit 04cea83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix-packages-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
- name: Update flake packages
3030
uses: metacraft-labs/nix-update-action@main
3131
with:
32-
blacklist: cardano,circ,circom,corepack-shims,cosmos-theta-testnet,emscripten,eos-vm,ffiasm,go-opera,graphql,jolt,jolt-guest-rust,nexus,polkadot,polkadot-fast,rapidsnark,rapidsnark-server,risc0,risc0-rust,sp1,sp1-rust,zkm,zkwasm,zqfield-bn254
32+
from_branch: circ,eos-vm,jolt,nexus,rapidsnark,risc0,sp1,zkm,zkwasm
33+
blacklist: cardano,corepack-shims,cosmos-theta-testnet,emscripten,ffiasm,go-opera,graphql,jolt-guest-rust,polkadot-fast,rapidsnark-server,risc0-rust,sp1-rust,zkm-rust,zqfield-bn254,cryptography36,ledgercomm,py-ecc,requests-cache
3334
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)