diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-01T21·47+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-08-01T21·48+0100 |
commit | fe3b0d370688d8ebd4e77cd594f2c7351d341e6d (patch) | |
tree | f2b90421adf680c8a0b0fa52796c9328924aebc1 /nix/nix-1p | |
parent | 32e4cfdda466da30102a03a0e44ea7b450d12ea8 (diff) |
Point people to the issue tracker for ... issue tracking
Diffstat (limited to 'nix/nix-1p')
-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 --> |