sprinkle: define everything in terms of the overlay #5

Open
raito wants to merge 1 commit from fix-packaging into main
Owner

Signed-off-by: Raito Bezarius raito@afnix.fr

Signed-off-by: Raito Bezarius <raito@afnix.fr>
Signed-off-by: Raito Bezarius <raito@afnix.fr>
cobaltcause left a comment
Contributor

This probably breaks e.g. nix build -f nix output.package.zulip-server doesn't it? Since that won't see the stuff the overlay sets up? I think you'll have to define output = self: { package = ...; } in terms of the overlay too.

This probably breaks e.g. `nix build -f nix output.package.zulip-server` doesn't it? Since that won't see the stuff the overlay sets up? I think you'll have to define `output = self: { package = ...; }` in terms of the overlay too.
@ -33,25 +33,22 @@ in
loader = subdir: path: import path self;
};
overlays = {
Contributor

s/overlays/overlay/

s/overlays/overlay/
Author
Owner

Can't there be multiple overlays?

Can't there be multiple overlays?
Contributor

Tell you what, how about this: sprinkles/sprinkles#6

Tell you what, how about this: https://git.afnix.fr/sprinkles/sprinkles/pulls/6
Author
Owner

Right, but do you then re-instantiate nixpkgs with the overlay and inherit?

Right, but do you then re-instantiate nixpkgs with the overlay and inherit?
Contributor

Not sure if there's any other way to do it.

Not sure if there's any other way to do it.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix-packaging:fix-packaging
git switch fix-packaging

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix-packaging
git switch fix-packaging
git rebase main
git switch main
git merge --ff-only fix-packaging
git switch fix-packaging
git rebase main
git switch main
git merge --no-ff fix-packaging
git switch main
git merge --squash fix-packaging
git switch main
git merge --ff-only fix-packaging
git switch main
git merge fix-packaging
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: afnix/nix-zulip#5
No description provided.