remove duplicate example

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
Valentin Gagarin 2023-06-12 12:37:01 +02:00 committed by GitHub
parent 71ae7e770a
commit 0583d77e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,6 @@ Possible future changes that are in discussion:
- Disallow leading zeroes in integer literals (such as `umask = 0022`) - Disallow leading zeroes in integer literals (such as `umask = 0022`)
- Disallow `a.x or y` if `a` is not an attribute set - Disallow `a.x or y` if `a` is not an attribute set
- Simplifying semantics of `builtins.toString` and string interpolation - Simplifying semantics of `builtins.toString` and string interpolation
- Remove the `let { body }` syntax
- `__functor` and `__toString`, probably - `__functor` and `__toString`, probably
- Remove `__overrides` - Remove `__overrides`
- [Make `builtins` more consistent](https://github.com/NixOS/nix/issues/7290), e.g. not exposing `map`, `removeAttrs`, `fetchGit` and and others in the global scope - [Make `builtins` more consistent](https://github.com/NixOS/nix/issues/7290), e.g. not exposing `map`, `removeAttrs`, `fetchGit` and and others in the global scope