mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
ece334b532
Reported on matrix by aleksana: https://matrix.to/#/!VRULIdgoKmKPzJZzjj:nixos.org/$7wZp5lUDTd-_u6MYo8kWWcysjtqTiQqP8dLI0RDNVVM?via=nixos.org&via=matrix.org&via=nixos.dev
33 lines
292 B
Text
33 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" ]
|
|
|
|
[
|
|
[ ... ]
|
|
]
|
|
|
|
[
|
|
[ ... ]
|
|
]
|
|
|
|
|