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

bashInteractive evaluates to multiple store paths #171840

Closed
kjeremy opened this issue May 6, 2022 · 1 comment
Closed

bashInteractive evaluates to multiple store paths #171840

kjeremy opened this issue May 6, 2022 · 1 comment
Labels
0.kind: bug Something is broken

Comments

@kjeremy
Copy link
Contributor

kjeremy commented May 6, 2022

Describe the bug

In trying to nix develop a flake I am seeing the following:

error (ignored): error: argument 'github:NixOS/nixpkgs/c464dc811babfe316ed4ab7bbc12351122e69dd7#bashInteractive' should evaluate to one store path

This flake uses the above nixpkgs however I can reproduce this on the nixpkgs from my system too:

[jkolb@nixos:~/nixpkgs]$ nix why-depends nixpkgs#bashInteractive nixpkgs#bashInteractive
error: argument 'flake:nixpkgs#bashInteractive' should evaluate to one store path

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix why-depends nixpkgs#bashInteractive nixpkgs#bashInteractive

Expected behavior

nixpkgs#bashInteractive should evaluate to one store path.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

@dtzWill

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.15.36, NixOS, 22.05 (Quokka), 22.05.20220505.c777cdf`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.9.0pre20220503_9489b4b`
 - channels(root): `"nixos"`
 - channels(jkolb): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@kjeremy kjeremy added the 0.kind: bug Something is broken label May 6, 2022
@Artturin
Copy link
Member

Artturin commented May 6, 2022

opened NixOS/nix#6500

@Artturin Artturin closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants