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
{repoRoot,pkgs,lib, ... }:
let# TODO move iogx project name to module argsname="iogx";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 iogxcompiler-nix-name=lib.mkDefault"ghc96";};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/nix/project.nix
Line 3 in c399739
The text was updated successfully, but these errors were encountered: