mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
nix-shell: support single quotes in shebangs
Single quotes are a basic feature of shell syntax that people expect to work. They are also more convenient for writing literal code expressions with less escaping.
This commit is contained in:
parent
8b68bbb777
commit
fa9642ec45
3 changed files with 24 additions and 10 deletions
|
@ -12,4 +12,6 @@
|
|||
|
||||
- Introduce a new built-in function [`builtins.convertHash`](@docroot@/language/builtins.md#builtins-convertHash).
|
||||
|
||||
- `nix-shell` shebang lines now support single-quoted arguments.
|
||||
|
||||
- `builtins.fetchTree` is now marked as stable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue