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| }