mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
devShell: bring haskell into default shell
This commit is contained in:
parent
9f0e875328
commit
577be48949
2 changed files with 11 additions and 7 deletions
|
|
@ -59,12 +59,7 @@ in {
|
|||
haskell = pkgs.mkShell {
|
||||
name = "Haskell";
|
||||
packages = [
|
||||
# xmonad in configuration doesn't export the instance of ghc to PATH
|
||||
(pkgs.haskellPackages.ghcWithPackages (self: [
|
||||
self.xmonad-contrib
|
||||
self.xmonad-extras
|
||||
]))
|
||||
|
||||
pkgs.ghc
|
||||
pkgs.cabal-install
|
||||
pkgs.haskell-language-server
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue