vanadium: move haskell tools to environment

This commit is contained in:
Primrose 2025-05-10 22:01:20 +02:00
parent 7b3ca063aa
commit 5016af9c6d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 22 additions and 13 deletions

View file

@ -0,0 +1,22 @@
{
buildEnv,
#
pkgs,
}:
buildEnv {
name = "haskell";
paths = with pkgs; [
#
# XMonad
#
(haskellPackages.ghcWithPackages (self: [
# https://github.com/ValveSoftware/steam-for-linux/issues/9376
# opt into 0.18.1 specifically
self.xmonad-contrib_0_18_1
self.xmonad-extras
]))
haskell-language-server
cabal-install
];
}

View file

@ -17,19 +17,6 @@ pkgs.mkShell {
just just
jq jq
#
# XMonad
#
(haskellPackages.ghcWithPackages (self: [
# https://github.com/ValveSoftware/steam-for-linux/issues/9376
# opt into 0.18.1 specifically
self.xmonad-contrib_0_18_1
self.xmonad-extras
]))
haskell-language-server
cabal-install
# #
# Installer testing # Installer testing
# #