From fd2b0ed0cce25eb883939ae3aef4957dcf16be3c Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 2 Dec 2025 01:39:49 +0000 Subject: [PATCH] Avoid Nix warning --- nix/hix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hix.nix b/nix/hix.nix index ada4318..c24a2a6 100644 --- a/nix/hix.nix +++ b/nix/hix.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ ... }: { name = "aoc"; compiler-nix-name = "ghc912"; shell.tools.cabal = "latest";