-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
I tried to follow the instructions for overriding library versions here: https://srid.ca/haskell-template/dependency
However, I am getting the following error:
error: attribute 'callCabal2Nix' missing
at /nix/store/pf28nmzgqjy7sarx5rlhay83jharcrm0-source/flake.nix:30:34:
29| overrides = self: super: with pkgs.haskell.lib; {
30| ihp-hsx = dontCheck (self.callCabal2Nix "ihp-hsx" inputs.ihp-hsx {});
| ^
31| };
Did you mean callCabal2nix?
(use '--show-trace' to show detailed location information)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels