1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
Official documentation for getting things done with Nix.
Find a file
2020-06-05 13:51:31 +02:00
.github/workflows WIP 2020-05-17 11:05:50 +02:00
source Add what Nix can do 2020-06-05 13:51:31 +02:00
.gitignore add live reloading 2020-05-18 11:40:46 +02:00
live add live reloading 2020-05-18 11:40:46 +02:00
live.py add live reloading 2020-05-18 11:40:46 +02:00
Makefile fix make build 2020-05-18 11:40:59 +02:00
netlify.toml Set up netlify 2020-05-17 21:07:33 +02:00
README.rst README: mention cheat sheet 2020-05-20 11:30:03 +02:00
requirements.nix add live reloading 2020-05-18 11:40:46 +02:00
requirements.txt add live reloading 2020-05-18 11:40:46 +02:00
requirements_override.nix add live reloading 2020-05-18 11:40:46 +02:00
runtime.txt Set up netlify 2020-05-17 21:07:33 +02:00

|Netlify Status| |CI|

.. |Netlify Status| image:: https://api.netlify.com/api/v1/badges/269f7467-6afd-49ae-97f2-61a160e93a9a/deploy-status
   :target: https://app.netlify.com/sites/nixdev/deploys
.. |CI| image:: https://github.com/domenkozar/nix.dev/workflows/CI/badge.svg

`nix.dev <https://nix.dev>`_
============================

Getting started and cookbook resources for Nix.

Contributing
------------

Run ``./live`` and open a browser at https://localhost:5500. 

As you make changes your browser should auto-reload within a few seconds.

For syntax see `RST/Sphinx Cheatsheet <https://sphinx-tutorial.readthedocs.io/cheatsheet/>`_.