You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#bashInteractiveerror: argument 'flake:nixpkgs#bashInteractive' should evaluate to one store path
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:
Steps To Reproduce
Steps to reproduce the behavior:
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.The text was updated successfully, but these errors were encountered: