attempt to add a shellHook

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 15:10:39 -06:00
parent 70e4fa6ab6
commit 5a070bf295

View File

@ -56,6 +56,10 @@
# Check that haskell-language-server works # Check that haskell-language-server works
# hlsCheck.enable = true; # Requires sandbox to be disabled # hlsCheck.enable = true; # Requires sandbox to be disabled
shellHook = ''
echo "Entering HushGP environment"
'';
}; };
}; };