mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-11 17:17:56 +08:00
initial commit
This commit is contained in:
parent
2f15cb0e01
commit
82d95cba64
1 changed files with 5 additions and 0 deletions
5
source/recipes/build/haskell-pkg/main.adoc
Normal file
5
source/recipes/build/haskell-pkg/main.adoc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
= 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue