-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Milestone
Description
Describe the bug
nix shell does not insert PATH items in command line order. Instead, it traverses them left to right prepending each, resulting in a reversal.
Steps To Reproduce
Apologies for the whacky example.
- Use my nixpkgs branch with a customized hello package. (will link; doesn't matter much)
nix shell .#hello .#salve-mundihello
It invokes the latter package, printing SALVE MUNDI
Expected behavior
Prepend them to the existing PATH but in the same order as specified on the command line.
nix-env --version output
master 92611e6
Additional context
Priorities
Add 👍 to issues you find important.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
Status
Done