sprinkle: define everything in terms of the overlay #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-packaging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Raito Bezarius raito@afnix.fr
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 defineoutput = self: { package = ...; }
in terms of the overlay too.@ -33,25 +33,22 @@ in
loader = subdir: path: import path self;
};
overlays = {
s/overlays/overlay/
Can't there be multiple overlays?
Tell you what, how about this: sprinkles/sprinkles#6
Right, but do you then re-instantiate nixpkgs with the overlay and inherit?
Not sure if there's any other way to do it.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.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.