1
1
mirror of https://github.com/srid/rib.git synced 2024-11-23 03:42:07 +03:00

Document the limitation of additional-packages

This commit is contained in:
Sridhar Ratnakumar 2020-03-25 09:39:56 -04:00
parent 1bf1d55dc5
commit 79f05ab318

View File

@ -72,7 +72,10 @@ pkgs.haskellPackages.developPackage {
[ cabal-install
ghcid
]
# TODO: additional packages should be available in `nix-build` as well.
# Additional packages would be available in `nix-build` as well, only
# as long as the built executable references it. When using as a
# Haskell library, however, you will have to override the package and
# add it to propagateBuildInputs (see neuron for an example).
++ additional-packages pkgs
# Shake recommends fsatrace, but it requires system configuration on
# macOS.