mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-09 15:22:36 +08:00
5 lines
246 B
Text
5 lines
246 B
Text
= Access a Haskell library package in the nixpkgs repo
|
|
|
|
If you use `haskell-flake` (see <<#haskell-flake>>)
|
|
nothing special needs to be added to `flake.nix`.
|
|
Simply list your Haskell package dependencies to your cabal file as you normally would.
|