flake: allow building on M1
This commit is contained in:
parent
5049441dfc
commit
2818c36e98
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, ... }:
|
outputs = inputs@{ self, nixpkgs, nixpkgs-latest, haskell-nix, plutarch, purescript-bridge, haskell-nix-extra-hackage, iohk-nix, ... }:
|
||||||
let
|
let
|
||||||
supportedSystems = with nixpkgs.lib.systems.supported;
|
supportedSystems = nixpkgs-latest.lib.systems.flakeExposed;
|
||||||
tier1 ++ tier2 ++ tier3;
|
|
||||||
|
|
||||||
perSystem = nixpkgs.lib.genAttrs supportedSystems;
|
perSystem = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue