1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/index.rst

40 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2020-05-18 04:41:38 -04:00
Welcome to nix.dev
==================
2016-04-25 06:07:55 -04:00
2020-05-18 04:41:38 -04:00
:Source code / issues: `GitHub <https://github.com/domenkozar/nix.dev>`_
2016-04-25 06:07:55 -04:00
:Generated: |today|
.. topic:: Introduction
2020-06-10 05:56:40 -04:00
An opinionated guide for developers wanting to get things done using `the Nix ecosystem <https://nixos.org/>`_:
2020-06-05 07:51:31 -04:00
- Reproducible development environments.
- Easy installation of software over URLS.
- Easy transfer of software environments between computers.
- Avoidance of version conflicts with already installed software.
- Installing software from source code.
- Transparent build caching via binary caches.
- Strong support for software auditability.
- Remote builds.
- Remote deployments.
- Atomic upgrades and rollbacks.
2020-05-18 05:52:46 -04:00
``nix.dev`` supplements the official `Nix <http://nixos.org/nix/manual/>`_, `NixOS <http://nixos.org/nixos/manual/>`_,
2020-05-18 04:41:38 -04:00
`Nixpkgs <http://nixos.org/nixpkgs/manual/>`_ and `NixOps <http://nixos.org/nixops/manual/>`_ manuals.
2016-04-25 06:07:55 -04:00
Table of Contents
2020-05-18 05:41:12 -04:00
-----------------
2016-04-25 06:07:55 -04:00
.. toctree::
:maxdepth: 3
2020-05-18 05:41:12 -04:00
:glob:
2016-04-25 06:07:55 -04:00
2020-05-18 05:41:12 -04:00
tutorials/index.rst
2020-06-10 05:18:39 -04:00
anti-patterns/index.rst
2020-06-10 05:40:48 -04:00
reference/index.rst
2016-04-25 06:07:55 -04:00
faq.rst
2020-06-10 05:18:39 -04:00
recommended-reading.rst
2016-05-20 11:30:51 -04:00
influences.rst
glossary.rst