Point people to the issue tracker for ... issue tracking

This commit is contained in:
Vincent Ambo 2019-08-01 22:47:45 +01:00
parent 32e4cfdda4
commit fe3b0d3706

View file

@ -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. Unless otherwise specified, the word "Nix" refers only to the language below.
Please ping me ([Twitter](https://twitter.com/tazjin), Please file an issue if something in here confuses you or you think something
[email](mailto:tazjin@google.com)) if something in here confuses you or you important is missing.
think something important is missing.
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents** **Table of Contents**
@ -28,6 +27,7 @@ think something important is missing.
- [`builtins`](#builtins) - [`builtins`](#builtins)
- [`pkgs.lib`](#pkgslib) - [`pkgs.lib`](#pkgslib)
- [`pkgs` itself](#pkgs-itself) - [`pkgs` itself](#pkgs-itself)
- [Derivations](#derivations)
- [Nix Idioms](#nix-idioms) - [Nix Idioms](#nix-idioms)
<!-- markdown-toc end --> <!-- markdown-toc end -->