programming: move from profiles to modules
This commit is contained in:
parent
7619efa202
commit
acab26156e
10 changed files with 0 additions and 11 deletions
16
modules/global/programming/haskell.nix
Normal file
16
modules/global/programming/haskell.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; lib.lists.flatten [
|
||||
haskell-language-server
|
||||
ghc
|
||||
cabal-install
|
||||
ormolu
|
||||
|
||||
(with haskellPackages; [
|
||||
hoogle
|
||||
])
|
||||
|
||||
stack
|
||||
# stack2nix
|
||||
cabal2nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue