mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
34 lines
292 B
Text
34 lines
292 B
Text
|
Nix <nix version>
|
||
|
Type :? for help.
|
||
|
Added <number omitted> variables.
|
||
|
|
||
|
{
|
||
|
homepage = "https://example.com";
|
||
|
}
|
||
|
|
||
|
{ homepage = "https://example.com"; }
|
||
|
|
||
|
{
|
||
|
layerOne = { ... };
|
||
|
}
|
||
|
|
||
|
{
|
||
|
layerOne = { ... };
|
||
|
}
|
||
|
|
||
|
[
|
||
|
"https://example.com"
|
||
|
]
|
||
|
|
||
|
[ "https://example.com" ]
|
||
|
|
||
|
[
|
||
|
[ ... ]
|
||
|
]
|
||
|
|
||
|
[
|
||
|
[ ... ]
|
||
|
]
|
||
|
|
||
|
|