mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
* Removed the "valid values" feature. Nobody uses it anyway.
This commit is contained in:
parent
b455c4c45c
commit
5664b6d7ba
13 changed files with 22 additions and 104 deletions
|
@ -8,6 +8,6 @@ rec {
|
|||
|
||||
c = "foo" + "bar";
|
||||
|
||||
f = {z, x : ["a" "b" ("c" + "d")], y : [true false]}: if y then x else z;
|
||||
f = {z, x, y}: if y then x else z;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue