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

map benefits to tutorials

This commit is contained in:
Domen Kožar 2021-06-15 16:56:41 +02:00
parent 4666a259a7
commit bee6cd582d
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 6 additions and 4 deletions

View file

@ -5,14 +5,14 @@ Welcome to nix.dev
Nix ecosystem is a DevOps toolkit to achieve:
- Reproducible development environments.
- :ref:`Reproducible development environments <declarative-reproducible-envs>`.
- Easy installation of software over URLs.
- Easy transfer of software environments between computers.
- Declarative specification of Linux machines.
- Reproducible integration testing using virtual machines.
- :ref:`Declarative specification of Linux machines <deploying-nixos-using-terraform>`.
- :ref:`Reproducible integration testing using virtual machines <integration-testing-vms>`.
- Avoidance of version conflicts with an already installed software.
- Installing software from source code.
- Transparent build caching via binary caches.
- :ref:`Transparent build caching using binary caches <github-actions>`.
- Strong support for software auditability.
- Remote builds.
- Remote deployments.

View file

@ -1,3 +1,5 @@
.. _integration-testing-vms:
Integration testing using virtual machines (VMs)
================================================