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
For context, IFD is disallowed for packages in Nixpkgs.
When you try to declare a package using IFD, the pkgs/by-name check gives a poor error message:
pkgs/by-name
error: path '/nix/store/2vvz5866f1ljc547rfbqj8xvsr2pxg6p-source.drv' is not valid
See NixOS/nixpkgs#261052
This should be improved, though that might be better done in Nix itself.
The text was updated successfully, but these errors were encountered:
poetry2nix.mkPoetryApplication
pkgs/by-name/
No branches or pull requests
Issue description
For context, IFD is disallowed for packages in Nixpkgs.
When you try to declare a package using IFD, the
pkgs/by-name
check gives a poor error message:See NixOS/nixpkgs#261052
This should be improved, though that might be better done in Nix itself.
The text was updated successfully, but these errors were encountered: