LovelaceAcademy / nix-templates

Minimal reproducible nix flake templates
MIT License
14 stars 2 forks source link

add x86_64-darwin on hix-plutus #204

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 1 year ago

https://api.github.com/LovelaceAcademy/nix-templates/blob/b87ff7a01cc62326aa0496adedbe1a3fdbb0513b/hix-plutus/flake.nix#L15


    utils.apply-systems
      {
        inherit inputs;
        # FIXME add x86_64-darwin on hix-plutus
        systems = [ "x86_64-linux" ];
        overlays = [
          inputs.haskell-nix.overlay
          # plutus runtime dependency
github-actions[bot] commented 9 months ago

Closed in c399739d1aeaa1ace1b8759d9c32b4b56c1b66b9