aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 =
{