Skip to content
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

Expose fup-repl through blueprints #127

Closed
examosa opened this issue Jan 19, 2023 · 1 comment
Closed

Expose fup-repl through blueprints #127

examosa opened this issue Jan 19, 2023 · 1 comment

Comments

@examosa
Copy link

examosa commented Jan 19, 2023

I am using std to configure my repository and want to avoid using overlays where feasible. To that end, I've been using the packages output that most overlays expose (see emacs-overlay as a good example). Would it be possible for fup-repl to be made available this way as well?

@gytis-ivaskevicius
Copy link
Owner

Hi, sorry for the late response. In short - no, due to this project's avoidance to depend on nixpkgs.

Once I get to it I'll expose it as a blueprint (https://github.com/gytis-ivaskevicius/nix-patterns/blob/master/07-blueprints-no-nixpkgs/flake.nix#L7)

In a meanwhile may I recommend something like this:

fup-repl = (flake-utils-plus.overlay pkgs null).fup-repl;

TODO:

  • Update flake schema
  • Add bluerpints

@gytis-ivaskevicius gytis-ivaskevicius changed the title Expose fup-repl through packages Expose fup-repl through blueprints Feb 9, 2023
gytis-ivaskevicius added a commit that referenced this issue Oct 2, 2023
…ueprint

feat: implement fup-repl blueprint #127
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

No branches or pull requests

2 participants