Change Nix name to match Cabal package

This commit is contained in:
George Thomas 2025-12-02 01:38:21 +00:00
parent 14361a0440
commit e376e3c68f

View File

@ -1,5 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
name = "aoc-2025"; name = "aoc";
compiler-nix-name = "ghc912"; compiler-nix-name = "ghc912";
shell.tools.cabal = "latest"; shell.tools.cabal = "latest";
shell.tools.hlint = "latest"; shell.tools.hlint = "latest";