From 8514b23aefb48b5c6ba864cf53f89f060e3bc8a3 Mon Sep 17 00:00:00 2001 From: Snail <> Date: Wed, 19 Feb 2025 20:44:36 +0400 Subject: [PATCH] Fix running `ghcid` in shell --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b0e92180..3966cfef 100644 --- a/flake.nix +++ b/flake.nix @@ -165,7 +165,9 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs: devShells.default = pkgs.haskellPackages.shellFor { - packages = _: builtins.attrValues (ourHaskellPackages pkgs); + packages = p: builtins.attrValues (ourHaskellPackages pkgs) ++ [ + p.skylighting-core # needed for hbs2-tests which we did not expose + ]; # withHoogle = true; buildInputs = ( with pkgs.haskellPackages; [