Skip to content

Commit

Permalink
fix NixOS#25: link getting started Nix template
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jul 8, 2020
1 parent cab591c commit a213c37
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Table of Contents
:glob:

tutorials/index.rst
templates/index.rst
anti-patterns/index.rst
reference/index.rst
faq.rst
Expand Down
8 changes: 8 additions & 0 deletions source/templates/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Templates
=========

Getting started Nix template
----------------------------

`Getting started Nix template <https://github.com/nix-dot-dev/getting-started-nix-template>`_
gives you best pratices learned for setting up any kind of a development project using Nix.
3 changes: 3 additions & 0 deletions source/tutorials/ad-hoc-developer-environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,6 @@ We've only covered the bare essentials of Nix here. Once you're comfortable with
- `Garbage Collection <https://nixos.org/nix/manual/#sec-garbage-collection>`_- as when using `nix-shell`, packages are downloaded into `/nix/store`, but never removed.

- See ``man nix-shell`` for all of the options.

- To quickly setup a Nix project read through
`Getting started Nix template <https://github.com/nix-dot-dev/getting-started-nix-template>`_.
3 changes: 2 additions & 1 deletion source/tutorials/continuous-integration-github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ Going forward

- See `GitHub Actions workflow syntax <https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions>`_

.. - example repo
- To quickly setup a Nix project read through
`Getting started Nix template <https://github.com/nix-dot-dev/getting-started-nix-template>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ Going forward
-------------

- :ref:`pinning-nixpkgs` to see different ways to import nixpkgs

- To quickly setup a Nix project read through
`Getting started Nix template <https://github.com/nix-dot-dev/getting-started-nix-template>`_.
4 changes: 3 additions & 1 deletion source/tutorials/towards-reproducibility-pinning-nixpkgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,7 @@ And you can update all the dependencies by running::
Going forward
-------------

For more examples and details of the different ways to pin ``nixpkgs``, see :ref:`ref-pinning-nixpkgs`.
- For more examples and details of the different ways to pin ``nixpkgs``, see :ref:`ref-pinning-nixpkgs`.

- To quickly setup a Nix project read through
`Getting started Nix template <https://github.com/nix-dot-dev/getting-started-nix-template>`_.

0 comments on commit a213c37

Please sign in to comment.