Skip to content

README refers to non-existant overlay attribute #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RyanGibb opened this issue Jun 9, 2025 · 1 comment · May be fixed by #329
Open

README refers to non-existant overlay attribute #328

RyanGibb opened this issue Jun 9, 2025 · 1 comment · May be fixed by #329

Comments

@RyanGibb
Copy link

RyanGibb commented Jun 9, 2025

Removed in 6fc0024

From the README:

      overlays = [
        deploy-rs.overlay # or deploy-rs.overlays.default
        (self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; })
      ];

which I think should read:

      overlays = [
        deploy-rs.overlays.default
        (self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; })
      ];
weriomat added a commit to weriomat/deploy-rs that referenced this issue Jun 9, 2025
this fixes [serokell#328](serokell#328),
thanks I missed that one
@weriomat weriomat linked a pull request Jun 9, 2025 that will close this issue
@weriomat
Copy link
Contributor

weriomat commented Jun 9, 2025

Thank you, I missed this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants