Avoid Nix warning

This commit is contained in:
George Thomas 2025-12-02 01:39:49 +00:00
parent e376e3c68f
commit fd2b0ed0cc

View File

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