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

Review shell fails when there are single-file inputs. #408

Open
corngood opened this issue Jul 12, 2024 · 0 comments · May be fixed by #427
Open

Review shell fails when there are single-file inputs. #408

corngood opened this issue Jul 12, 2024 · 0 comments · May be fixed by #427

Comments

@corngood
Copy link

Some things that get covered by nixpkgs-review install with something like touch $out, which can result in this:

       > error: The store path /nix/store/b5q8bljrad33lmmypn4dd2firrjg1rs5-equal-contents-builddotnetmodule-sets-assemblycopyrightattribute-with-structured-attributes is a file and can't be merged into an environment using pkgs.buildEnv! at /nix/store/77my1q03gyb36mhs0sij87yr710w9gha-builder.pl line 122.

I've fixed a couple by changing them to mkdir $out, but occasionally there's a reason to have content in the output file, so perhaps this should be supported?

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 a pull request may close this issue.

1 participant