flake: allow building on M1
This commit is contained in:
parent
ad9da8e6b3
commit
78ea0c64de
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue