We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This could be implemented by including the project's flake as the first of the nix dependencies when building the Dockerfile
Dockerfile
This talk (thanks, @Xe 👍) is a great resource for implementation.
The nix-flakes provider would be detected if there is a flake.nix and the flake passes a nix flake check.
nix-flakes
flake.nix
nix flake check
This feature would solve building from providers that are not yet supported by nixpacks as long as the flake can be built purely from a nix flake.
nixpacks
I'd be happy to take a stab at writing a PR for this one!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
This could be implemented by including the project's flake as the first of the nix dependencies when building the
Dockerfile
This talk (thanks, @Xe 👍) is a great resource for implementation.
The
nix-flakes
provider would be detected if there is aflake.nix
and the flake passes anix flake check
.Motivation
This feature would solve building from providers that are not yet supported by
nixpacks
as long as the flake can be built purely from a nix flake.Contribution
I'd be happy to take a stab at writing a PR for this one!
The text was updated successfully, but these errors were encountered: