Skip to content

Conversation

@OsiPog
Copy link
Contributor

@OsiPog OsiPog commented Nov 12, 2025

I found it quite annoying recently that it's not possible to copy a Nix package from nixpkgs directly into the packages/ directory because Blueprint only accepts the custom argument attributes.

Nixpkgs defines packages in a way that the function argument attrset is direct subset of nixpkgs which Blueprint currently doesn't support. I found the fix for this quite easy.

To test this you can add hello.nix to your packages/. And run git add packages/hello.nix && nix build .#hello

@OsiPog
Copy link
Contributor Author

OsiPog commented Nov 17, 2025

@zimbatm Can you review this, please? I think this is a great addition for compatibility with nixpkgs

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.

1 participant