flake: allow building on M1

This commit is contained in:
Emily Martins 2022-06-03 23:36:25 +02:00
parent ad9da8e6b3
commit 78ea0c64de

View file

@ -67,8 +67,7 @@
outputs = inputs@{ self, nixpkgs, nixpkgs-latest, haskell-nix, plutarch, purescript-bridge, haskell-nix-extra-hackage, iohk-nix, ... }:
let
supportedSystems = with nixpkgs.lib.systems.supported;
tier1 ++ tier2 ++ tier3;
supportedSystems = nixpkgs-latest.lib.systems.flakeExposed;
perSystem = nixpkgs.lib.genAttrs supportedSystems;