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
# TODO move iogx-plutus project name to module args
{repoRoot,inputs,pkgs,lib, ... }:
let# TODO move iogx-plutus project name to module argsname="iogx-plutus";inlib.iogx.mkHaskellProject{cabalProject=pkgs.haskell-nix.cabalProject'{inheritname;src=../.;# `compiler-nix-name` upgrade policy:# as soon input-output-hk/haskell-nix has cached it# TODO ghc98 not available on iogx# TODO ghc96 not compatible with cardano-api constraintcompiler-nix-name=lib.mkDefault"ghc92";inputMap={"https://input-output-hk.github.io/cardano-haskell-packages"=inputs.iogx.inputs.CHaP;};};shellArgs=_: {name="${name}-shell";scripts.docs={group="general";description="Open haddock documentation.";exec="npx http-server ${repoRoot.nix.project.combined-haddock}/share/doc -o";};};}
The text was updated successfully, but these errors were encountered:
as soon input-output-hk/haskell-nix has cached it
nix-templates/iogx-plutus/nix/project.nix
Line 3 in c399739
The text was updated successfully, but these errors were encountered: