Change Nix name to match Cabal package
This commit is contained in:
parent
14361a0440
commit
e376e3c68f
@ -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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user