Replies: 2 comments
-
You can do that in See how Emanote does it: https://github.com/srid/emanote/blob/584d52c4c7071e643ce738db9db0196f17071518/flake.nix#L71-L80 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If a package defines both an executable and a library, a single override may not be sufficient. For this reason it'd make sense to have something that only applies to the final packages, between extraction from the haskell package set and insertion into the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Nix. I've had great success using haskell-flake to succintly define the build environment for some packages. I'm not sure if it's meant for it, but I'm also trying to use it to configure release builds for packages which build both a library and a standalone binary.
I see in nixpkgs that the pandoc CLI has lots of configuration to move completions and man pages around. How may I do that in haskell-flake? (I can't seem to use the same attributes, and I was unable to find docs or schemas descriptions/expected types.)
Flake for the main project I'm trying to use this with: https://github.com/raehik/bytepatch/blob/d2b7bfff3c0d3194ae22bc87ec9ca63fee6c811c/flake.nix
Beta Was this translation helpful? Give feedback.
All reactions