garnet/nix/hix.nix

8 lines
175 B
Nix
Raw Normal View History

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