mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
6 lines
57 B
Nix
6 lines
57 B
Nix
{
|
|
int = 123;
|
|
str = "foo\nbar";
|
|
attr.foo = "bar";
|
|
}
|