Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 9a0747a

Browse files
committed
Restrict to x86_64 linux and darwin
1 parent 20fff8c commit 9a0747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
outputs = { self, nixpkgs, flake-utils, haskell-nix, CHaP, iohk-nix, ... }:
2121

22-
flake-utils.lib.eachDefaultSystem (system:
22+
flake-utils.lib.eachSystem [ "x86_64-linux" "x86_64-darwin" ] (system:
2323
let
2424
pkgs = import nixpkgs {
2525
inherit system;

0 commit comments

Comments
 (0)