aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorreo101 <pavel.atanasov2001@gmail.com>2025-05-27 08:50:43 +0000
committerAristotelis <52610192+Aristotelis2002@users.noreply.github.com>2025-05-27 16:27:32 +0300
commitcc9809e75acd042e91b11cf7be7f74f31cd4b71f (patch)
tree161b494c216dc6c2bb51bbe70163e17c742208f6 /flake.nix
parentf8d60b102bd6eeae5f632b768ff5cfbd7d744723 (diff)
downloadzkVMs-benchmarks-cc9809e75acd042e91b11cf7be7f74f31cd4b71f.tar
zkVMs-benchmarks-cc9809e75acd042e91b11cf7be7f74f31cd4b71f.tar.gz
zkVMs-benchmarks-cc9809e75acd042e91b11cf7be7f74f31cd4b71f.zip
feat(flake)!: use `nix-systems` for sepcifying `systems`
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index ccbe0c5..967fff5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,15 +13,13 @@
crane.follows = "mcl-blockchain/crane";
fenix.follows = "mcl-blockchain/fenix";
flake-parts.follows = "mcl-blockchain/flake-parts";
+ systems.url = "github:nix-systems/default";
};
outputs =
inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
- systems = [
- "x86_64-linux"
- "aarch64-linux"
- ];
+ systems = import inputs.systems;
perSystem =
{