Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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