garnet/nix/hix.nix

8 lines
186 B
Nix
Raw Normal View History

2025-12-02 00:32:49 +00:00
{ pkgs, ... }: {
name = "aoc-2025";
compiler-nix-name = "ghc912";
shell.tools.cabal = "latest";
shell.tools.hlint = "latest";
shell.tools.haskell-language-server = "latest";
}