mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
devShells: +haddock2
This commit is contained in:
parent
6e9769dd0b
commit
d44553dcd1
1 changed files with 13 additions and 0 deletions
13
nix/devShells/haddock2.nix
Normal file
13
nix/devShells/haddock2.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell rec {
|
||||
name = "haddock2";
|
||||
|
||||
packages = with pkgs; [
|
||||
cabal-install
|
||||
haskell.packages.ghc912.ghc
|
||||
haskellPackages.cabal-fmt
|
||||
zlib
|
||||
];
|
||||
|
||||
env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath packages;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue