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";