From e376e3c68fdaf5f87aad2aa736552e39c80db1ef Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 2 Dec 2025 01:38:21 +0000 Subject: [PATCH] Change Nix name to match Cabal package --- nix/hix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hix.nix b/nix/hix.nix index c98cdc7..ada4318 100644 --- a/nix/hix.nix +++ b/nix/hix.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { - name = "aoc-2025"; + name = "aoc"; compiler-nix-name = "ghc912"; shell.tools.cabal = "latest"; shell.tools.hlint = "latest";