mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-24 01:41:24 +01:00
add syntax constraint for shebang lines
This commit is contained in:
parent
80255aa2be
commit
567d2d4ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ Other discussions around language changes:
|
|||
```
|
||||
version \d*;
|
||||
```
|
||||
|
||||
The evaluator must ignore a shebang line (starting with `#!) at the start of files, to leave room for additional tooling.
|
||||
This implies that if no language version is specified in a Nix file, it is written in version 6 (the version implemented in the stable release of Nix at the time of writing this RFC).
|
||||
|
||||
The syntax is open for bikeshedding.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue