From 158172a6aea0d0f0e8fa7949cfc83f43d759b5cc Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 01:34:49 -0600 Subject: [PATCH] uncomment a config line --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 57b1c63..3a87045 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ # The base package set representing a specific GHC version. # By default, this is pkgs.haskellPackages. # You may also create your own. See https://community.flake.parts/haskell-flake/package-set - # basePackages = pkgs.haskellPackages; + basePackages = pkgs.haskellPackages; # Extra package information. See https://community.flake.parts/haskell-flake/dependency #