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