feat(nix): add darwin support in flake

not enabling it in ihaskell make nix flake check fail for jupyterWith
This commit is contained in:
Matthieu Coudron 2022-01-06 23:53:55 +01:00
parent db8bd78434
commit e7920b5237

View File

@ -14,7 +14,7 @@
};
outputs = { self, hls, nixpkgs, flake-utils, ... }:
flake-utils.lib.eachSystem ["x86_64-linux"] (system: let
flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin"] (system: let
pkgs = import nixpkgs {
inherit system;