1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00
nix/doc/manual/rl-next/shebang-relative.md
2023-11-27 14:55:09 -05:00

285 B

synopsis: ensure nix-shell shebang uses relative path prs: #5088 description: {

nix-shell shebangs use relative paths for files, but expressions were still evaluated using the current working directory. The new behavior is that evalutations are performed relative to the script.

}