aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-04-02 14:07:50 +0300
committerKamen Mladenov <kamen@syndamia.com>2025-04-04 11:03:00 +0300
commitff022604ff4376903f403c8bb9b6ec4d4233432e (patch)
tree4e4586f8b1fe372ab75acd0caf2fe17238f293af /flake.nix
parent6e8dc24fb90c17ca272f4d457949aed6fe6aa540 (diff)
downloadzkVMs-benchmarks-ff022604ff4376903f403c8bb9b6ec4d4233432e.tar
zkVMs-benchmarks-ff022604ff4376903f403c8bb9b6ec4d4233432e.tar.gz
zkVMs-benchmarks-ff022604ff4376903f403c8bb9b6ec4d4233432e.zip
chore: Nix and Rust fmt
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 675017c..b815571 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,8 +17,8 @@
# flake-utils.follows = "mcl-blockchain/flake-utils";
};
- outputs = { self, nixpkgs, mcl-blockchain, mcl-blockchain-old, crane
- , fenix, ... }:
+ outputs =
+ { self, nixpkgs, mcl-blockchain, mcl-blockchain-old, crane, fenix, ... }:
let
system = "x86_64-linux";
pkgs = import nixpkgs {