Commit e7920b52 authored by Matthieu Coudron's avatar Matthieu Coudron

feat(nix): add darwin support in flake

not enabling it in ihaskell make nix flake check fail for jupyterWith
parent db8bd784
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment