mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move haskell tools to environment
This commit is contained in:
parent
7b3ca063aa
commit
5016af9c6d
2 changed files with 22 additions and 13 deletions
22
nix/environments/haskell.nix
Normal file
22
nix/environments/haskell.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue