Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add x86_64-darwin on iogx-plutus (default) #256

Open
github-actions bot opened this issue Jan 4, 2024 · 0 comments
Open

add x86_64-darwin on iogx-plutus (default) #256

github-actions bot opened this issue Jan 4, 2024 · 0 comments
Labels
help wanted Extra attention is needed todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2024

Nix should ask for permission before using it,

but remove it here if you do not want it to.

# TODO add x86_64-darwin on iogx-plutus (default)

{
  inputs.iogx.url = "github:input-output-hk/iogx";
  inputs.nixpkgs.follows = "iogx/nixpkgs";
  outputs = { self, iogx, ... }@inputs:
    iogx.lib.mkFlake {
      inherit inputs;
      repoRoot = ./.;
      outputs = import ./nix/outputs.nix;
      # TODO add x86_64-darwin on iogx-plutus (default)
      systems = [ "x86_64-linux" ];
    };

  # --- Flake Local Nix Configuration ----------------------------
  nixConfig = {
    accept-flake-config = true;
    extra-experimental-features = "nix-command flakes";
    allow-import-from-derivation = "true";
    # This sets the flake to use nix cache.
    # Nix should ask for permission before using it,
    # but remove it here if you do not want it to.
    extra-substituters = [
      "https://cache.tcp4.me?priority=99"
      "https://cache.iog.io"
    ];
    extra-trusted-public-keys = [
      "cache.tcp4.me:cmk2Iz81lQuX7FtTUcBgtqgI70E8p6SOamNAIcFDSew="
      "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
    ];
  };
}
@github-actions github-actions bot added help wanted Extra attention is needed todo labels Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed todo
Projects
None yet
Development

No branches or pull requests

0 participants