зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
5 строки
200 B
Plaintext
5 строки
200 B
Plaintext
https://nixos.org/manual/nix/stable/language/
|
|
A function that expects a set with required attributes x and y, and binds the whole set to args
|
|
{ x, y } @ args: x + y
|
|
args @ { x, y }: x + y
|