mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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
|
|
@ -24,7 +24,16 @@
|
|||
in
|
||||
inputs.nixpkgs.legacyPackages.${system}.mkShell {
|
||||
inherit (pre-commit-check) shellHook;
|
||||
buildInputs = pre-commit-check.enabledPackages;
|
||||
buildInputs =
|
||||
pre-commit-check.enabledPackages
|
||||
++ [
|
||||
# xmonad in configuration doesn't export the instance of ghc to PATH
|
||||
(pkgs.haskellPackages.ghcWithPackages (self: [
|
||||
self.xmonad-contrib
|
||||
self.xmonad-extras
|
||||
]))
|
||||
pkgs.haskell-language-server
|
||||
];
|
||||
};
|
||||
}
|
||||
// import ./of-repos.nix {inherit pkgs;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue