garnet/nix/hix.nix
George Thomas f193b7c359 Initial
2025-12-02 00:32:49 +00:00

8 lines
186 B
Nix

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