cabal
file not found in dependency override
#188
-
I'm attempting to override the Hackage package It is not available in NixPkgs: NixOS/nixpkgs#247406 Tried two ways:
Howover, the
Manual Flake input. (
and
results in:
Thanks for any help Flake: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For (1) you can try updating |
Beta Was this translation helpful? Give feedback.
For (1) you can try updating
nixpkgs
. For (2), it should beattoparsec-aeson.source = inputs.attoparsec-aeson
(note the.source
).