-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Add repoOverrides #101
Add repoOverrides #101
Conversation
The license in hacksaw is incorrect: https://travis-ci.com/nix-community/NUR/builds/95325314#L760 |
Fixed. |
I cherry-picked your repositories to master [master 24262da] Add neXromancers repo |
Sounds good. Simplified this down to just the one commit. |
Bump? |
@bb010g see #111
Just make sure this overlay is loaded after NUR one, then all overrides will work correctly. |
I hope NixOS/nixpkgs#54266 will get more love, then NUR as overlay will allow this:
I'm not opposing to PR, just proposed another way to solve the problem (without "symlinking in directories to the proper places in <NUR/repos>") |
This allows you to continue using |
Thanks! Feature got merged with #112 |
Includes my NUR repo, the neXromancers NUR repo, and an argument to allow for overrides of repos on invocation. Pretty straightforward, and here's how I used it to work on packaging these smoothly:
Yes, you could do this by symlinking in directories to the proper places in
<NUR/repos>
, but this feels a lot more idiomatic to me, also supports testing non-local repositories, and does not require a local NUR clone.repos.json
(We will use the same script in travis ci to make sure we keep the format consistent)content under the MIT license.