You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add instructions for installing nix-tools (#87)
* docs: Fix some sentences in the introduction
* docs: Add instructions for installing nix-tools
Resolves#85
* docs: Add IRC channel to readme
Because our documentation isn't perfect yet, users are likely to have
questions.
@@ -8,7 +10,7 @@ It works by automatically translating your Cabal or Stack project and
8
10
its dependencies into Nix code. Most of your dependencies are already
9
11
translated, so you generally won't have too much generated code.
10
12
11
-
For the full documentation, see https://input-output-hk.github.io/haskell.nix/.
13
+
For the documentation, see https://input-output-hk.github.io/haskell.nix/.
12
14
13
15
** Quickstart
14
16
@@ -32,3 +34,8 @@ Haskell packages in Nix. It depends on other repos, which are:
32
34
33
35
- [[https://github.com/input-output-hk/stackage.nix][stackage.nix]] — all of the [[https://www.stackage.org/][Stackage]] snapshots, converted to Nix
34
36
expressions.
37
+
38
+
** IRC Channel
39
+
40
+
Join the [[https://www.irccloud.com/invite?channel=%23nix-tools&hostname=irc.freenode.net&port=6697&ssl=1][#nix-tools]] channel on irc.freenode.net to get help or discuss
0 commit comments