:)
This commit is contained in:
parent
b991c0005b
commit
a3d77c9b6e
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
ghc
|
ghc
|
||||||
];
|
];
|
||||||
buildInputs = with pkgs; [
|
pkgs.haskellPackages.ghcWithPackages = with pkgs.haskellPackages; [
|
||||||
haskellPackages.xmonad
|
xmonad
|
||||||
haskellPackages.xmonad-contrib
|
xmonad-contrib
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue