Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems> Change-Id: I0b58531ad091b22dc59d5717f5d1c8c814b4d2ea
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
warning: Found floating point literal without leading zero. To fix this warning, add a zero before the dot. Use --extra-deprecated-feature floating-without-zero to silence this warning
|
|
at /pwd/in.nix:2:9:
|
|
1| rec {
|
|
2| a = .1;
|
|
| ^
|
|
3| }
|