diff --git a/nix/overlay.nix b/nix/overlay.nix index 3ddc2f6..0915ceb 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -16,6 +16,7 @@ in passthru = o.passthru // { inherit eval build; }; + pname = "arion"; # Cover up the needlessly long Haskell package name })); tests = super.callPackage ../tests {}; doc = super.callPackage ../doc {};