mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Merge a1fb2fba33
into 918ac6b2fc
This commit is contained in:
commit
d358a2f6fb
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static void requireExperimentalFeature(const ExperimentalFeature & feature, cons
|
|||
ANY .|\n
|
||||
ID [a-zA-Z\_][a-zA-Z0-9\_\'\-]*
|
||||
INT [0-9]+
|
||||
FLOAT (([1-9][0-9]*\.[0-9]*)|(0?\.[0-9]+))([Ee][+-]?[0-9]+)?
|
||||
FLOAT (([0-9]+\.[0-9]*)|(\.[0-9]+))([Ee][+-]?[0-9]+)?
|
||||
PATH_CHAR [a-zA-Z0-9\.\_\-\+]
|
||||
PATH {PATH_CHAR}*(\/{PATH_CHAR}+)+\/?
|
||||
PATH_SEG {PATH_CHAR}*\/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue