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

split out and expose package recipe #125

Merged
merged 4 commits into from
May 26, 2024

Conversation

fricklerhandwerk
Copy link
Contributor

@fricklerhandwerk fricklerhandwerk commented May 15, 2024

this allows building underlying derivations with other inputs:

nix-repl> :l https://github.com/nixos/nixpkgs/tarball/nixpkgs-unstable
nix-repl> :l https://github.com/nix-community/nixdoc/tarball/master
nix-repl> pkgs.callPackage recipes.nixdoc {}

package.nix Outdated Show resolved Hide resolved
this allows building underlying derivations with other inputs:

    nix-repl> :l https://github.com/nixos/nixpkgs/tarball/nixpkgs-unstable
    nix-repl> :l https://github.com/nix-community/nixdoc/tarball/master
    nix-repl> pkgs.callPackage recipes.nixdoc {}
@fricklerhandwerk fricklerhandwerk changed the title split out package recipe split out and expose package recipe May 17, 2024
flake.nix Outdated Show resolved Hide resolved
@infinisil
Copy link
Collaborator

infinisil commented May 24, 2024

This seems fine to me, even if not very standard. If you could add a small changelog entry for this that would be great, since this is essentially a new part of the API.

Seems good to merge with the above addressed and the conflict fixed.

@infinisil infinisil enabled auto-merge (squash) May 26, 2024 15:04
@infinisil infinisil merged commit 4da4347 into nix-community:master May 26, 2024
2 checks passed
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 this pull request may close these issues.

None yet

2 participants