You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{inputs.iogx.url="github:input-output-hk/iogx";inputs.nixpkgs.follows="iogx/nixpkgs";outputs={self,iogx, ... }@inputs:
iogx.lib.mkFlake{inheritinputs;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="];};}
The text was updated successfully, but these errors were encountered:
Nix should ask for permission before using it,
but remove it here if you do not want it to.
nix-templates/iogx-plutus/flake.nix
Line 9 in c399739
The text was updated successfully, but these errors were encountered: