Replies: 1 comment 6 replies
-
Hmm, I'm not sure either. Looks like you can merge https://github.com/NixOS/nixpkgs/blob/268bd33d0b302beba1fdc67fe511008fc974f6a6/lib/types.nix#L1062 That said merging doesn't make any sense here, does it? |
Beta Was this translation helpful? Give feedback.
6 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 have a haskell-flake module whose output is imported from multiple haksell-flake module, and they form a diamond.
It includes
settings.hmatrix-gsl.custom
config like,When the configuration of the module placed at the bottom of the diamond is evaluated, the following error occurs.
I don't understand why this error occurs.
custom
option's type istypes.functionTo types.package
and it allows multiple configurations and can merge them when the result of the function is equal, as far as I know. Do we have an extra unique constraint in the other part of the source code? Or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions