universe/profiles/develop/programming/haskell.nix

10 lines
168 B
Nix

{ pkgs, lib, ... }: {
environment.systemPackages = with pkgs; lib.lists.flatten [
haskell-language-server
ghc
stack
# stack2nix
cabal2nix
];
}