diff options
Diffstat (limited to 'nix/nix-1p/README.md')
-rw-r--r-- | nix/nix-1p/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/nix-1p/README.md b/nix/nix-1p/README.md index 449e63d31bb1..c0df448a4358 100644 --- a/nix/nix-1p/README.md +++ b/nix/nix-1p/README.md @@ -6,9 +6,8 @@ the language. This page serves as a fast intro to most of the (small) language. Unless otherwise specified, the word "Nix" refers only to the language below. -Please ping me ([Twitter](https://twitter.com/tazjin), -[email](mailto:tazjin@google.com)) if something in here confuses you or you -think something important is missing. +Please file an issue if something in here confuses you or you think something +important is missing. <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> **Table of Contents** @@ -28,6 +27,7 @@ think something important is missing. - [`builtins`](#builtins) - [`pkgs.lib`](#pkgslib) - [`pkgs` itself](#pkgs-itself) +- [Derivations](#derivations) - [Nix Idioms](#nix-idioms) <!-- markdown-toc end --> |