diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-27 10:28:28 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-27 10:28:55 +0200 |
| commit | 26d27f0063e9738c52eb39508a60decad8c820bd (patch) | |
| tree | 7834ec529958ed4df4be4ad0b6a22129a87bdd46 /flake.nix | |
| parent | 7cae7ec66ab2204572911b3f47342a703254f4e9 (diff) | |
| download | zkVMs-benchmarks-26d27f0063e9738c52eb39508a60decad8c820bd.tar zkVMs-benchmarks-26d27f0063e9738c52eb39508a60decad8c820bd.tar.gz zkVMs-benchmarks-26d27f0063e9738c52eb39508a60decad8c820bd.zip | |
feat: Add script for formatting all rust files in a directory
This is meant to be used in our codebase, especially in CI pipelines
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,6 +68,8 @@ {} guests; in { - packages.${system} = hostPackages // guestPackages; + packages.${system} = hostPackages // guestPackages // { + rust-format-all = callPackage ./rust-format-all.nix { }; + }; }; } |
