mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-19 09:36:47 +02:00
5 lines
68 B
Nix
5 lines
68 B
Nix
|
{
|
||
|
set = { "${"" + "b"}" = 1; };
|
||
|
set = { "${"b" + ""}" = 2; };
|
||
|
}
|