mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-10 13:54:14 +00:00
4 lines
No EOL
151 B
Text
4 lines
No EOL
151 B
Text
nix-repl> builtins.toString { outPath = "foo"; }
|
|
"foo"
|
|
nix-repl> builtins.toString { a = "b"; }
|
|
error: cannot coerce a set to a string, at (string):1:1 |