mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Fix builtins.add test
Nix prints the floating point number 4.0 as "4".
This commit is contained in:
parent
4a2c948943
commit
548ad391d9
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
[ 5 4 "int" "tt" "float" 4.0 ]
|
||||
[ 5 4 "int" "tt" "float" 4 ]
|
||||
|
|
Loading…
Reference in a new issue