Skip to content
Snippets Groups Projects
scripts.nix 144 B
Newer Older
{s}: rec
{
  ghcidScript = s "dev" "ghcid --command 'cabal new-repl lib:haskellintro' --allow-eval --warnings";
  allScripts = [ghcidScript];
}