-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
error: bashInteractive should evaluate to one store path #6500
Comments
This was referenced May 6, 2022
Artturin
changed the title
bashInteractive should evaluate to one store path
error: bashInteractive should evaluate to one store path
May 6, 2022
I think these are two separate issues:
|
$ nix why-depends ".#sway-unwrapped" ".#xorg.libxcb" --all --precise
error: argument 'git+file:///home/artturin/nixgits/my-nixpkgs#xorg.libxcb' should evaluate to one store path
$ nix why-depends ".#sway-unwrapped" ".#xorg.libxcb^dev" --all --precise
/nix/store/qnr0nyczahljj1n7djvbbc0573s0lai9-sway-unwrapped-1.7
└───bin/sway: …-libinput-1.20.1/lib:/nix/store/dfk67dlnhfd0l4b7yv204j6vl6xy73d7-wlroots-0.15.1/lib:/nix/store/m…
→ /nix/store/dfk67dlnhfd0l4b7yv204j6vl6xy73d7-wlroots-0.15.1
└───lib/libwlroots.so.10: …cb-util-wm-0.4.1/lib:/nix/store/0wlvm44fyr6da539fafs1y3l315ifh22-xcb-util-errors-1.0/lib:/nix/st…
→ /nix/store/0wlvm44fyr6da539fafs1y3l315ifh22-xcb-util-errors-1.0
└───nix-support/propagated-build-inputs: …/nix/store/sl59xf3jpvynkxbvmvf2g4kyyijrr14v-libxcb-1.14-dev …
→ /nix/store/sl59xf3jpvynkxbvmvf2g4kyyijrr14v-libxcb-1.14-dev a better error message would be nice |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/tweag-nix-dev-update-30/19112/1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ nix why-depends nixpkgs#bashInteractive nixpkgs#bashInteractive error: argument 'flake:nixpkgs#bashInteractive' should evaluate to one store path
The text was updated successfully, but these errors were encountered: