aboutsummaryrefslogtreecommitdiff
path: root/update-nix-dependencies.nix
Commit message (Collapse)AuthorAgeFilesLines
* feat(update-nix-dependencies): Use flake's nix-blockchain-development ↵Kamen Mladenov2025-04-141-16/+22
| | | | | | | | | | | instead of default To get the new Nix outPaths for all zkVMs, we used to execute a `nix run` command, which found the paths from the nix-blockchain-development repo, default branch on latest commit. Since that could differ from what repo our flake actually uses, we're updating the logic.
* feat(flake.nix): Add script for updating all zkVM package dependenciesKamen Mladenov2025-04-041-0/+37
All crates use the zkVM packages (from nix-blockchain-development) as cargo path dependencies. For each zkVM, they're found in the host, guest and wrapper crates. Since there are a lot of places to update, we're introducing a script which automates this.