nix-super/doc/manual/rl-next/shebang-relative.md

9 lines
387 B
Markdown
Raw Normal View History

synopsis: ensure nix-shell shebang uses relative path
prs: #5088
description: {
`nix-shell` shebangs use the script file's relative location to resolve relative paths to files passed as command line arguments, but expression arguments were still evaluated using the current working directory as a base path.
2024-07-07 01:18:26 +03:00
The new behavior is that evaluations are performed relative to the script.
}