diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 = { |
