mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Revert "vanadium: move haskell tools to environment"
This reverts commit 5016af9c6d.
This commit is contained in:
parent
da99b0e9f2
commit
7231e66fe7
1 changed files with 0 additions and 19 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
pkgs,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "haskell";
|
||||
paths = with pkgs; [
|
||||
#
|
||||
# XMonad
|
||||
#
|
||||
(haskellPackages.ghcWithPackages (self: [
|
||||
self.xmonad-contrib
|
||||
self.xmonad-extras
|
||||
]))
|
||||
haskell-language-server
|
||||
cabal-install
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue