idris doesn't support ARM i don't think
This commit is contained in:
parent
97deb5f288
commit
83ae1f835b
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, idris2-pkgs, flake-utils }:
|
outputs = { self, nixpkgs, idris2-pkgs, flake-utils }:
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
let systems = with flake-utils.lib.system;
|
||||||
|
[ x86_64-darwin x86_64-linux i686-linux ];
|
||||||
|
in
|
||||||
|
flake-utils.lib.eachSystem systems (system:
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in a new issue