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
2020-06-10 11:56:40 +02:00

40 lines
1.1 KiB
ReStructuredText

Welcome to nix.dev
==================
:Source code / issues: `GitHub <https://github.com/domenkozar/nix.dev>`_
:Generated: |today|
.. topic:: Introduction
An opinionated guide for developers wanting to get things done using `the Nix ecosystem <https://nixos.org/>`_:
- 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.
``nix.dev`` supplements the official `Nix <http://nixos.org/nix/manual/>`_, `NixOS <http://nixos.org/nixos/manual/>`_,
`Nixpkgs <http://nixos.org/nixpkgs/manual/>`_ and `NixOps <http://nixos.org/nixops/manual/>`_ manuals.
Table of Contents
-----------------
.. toctree::
:maxdepth: 3
:glob:
tutorials/index.rst
anti-patterns/index.rst
reference/index.rst
faq.rst
recommended-reading.rst
influences.rst
glossary.rst