From 5a070bf2951e9d2803bbd72ee5bed9d4ba2b3b1e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 15:10:39 -0600 Subject: [PATCH] attempt to add a shellHook --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 3b713fc..c22571c 100644 --- a/flake.nix +++ b/flake.nix @@ -56,6 +56,10 @@ # Check that haskell-language-server works # hlsCheck.enable = true; # Requires sandbox to be disabled + + shellHook = '' + echo "Entering HushGP environment" + ''; }; };