An opinionated guide for developers wanting to get things done with the Nix ecosystem.
Go to file
Domen Kožar 507ce92b82
Revert "add dependabot"
This reverts commit 28d1e92570.
2020-07-07 13:36:41 +02:00
.github Revert "add dependabot" 2020-07-07 13:36:41 +02:00
cla @edibopp has signed the CLA from Pull Request 54 2020-06-18 16:15:17 +00:00
source Merge pull request #75 from nix-dot-dev/github-actions 2020-07-07 13:29:29 +02:00
.gitignore Create simple flake definition 2020-06-18 18:20:54 +02:00
.gitpod.dockerfile housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
.gitpod.yml housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
.imgbotconfig housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
flake.lock Create simple flake definition 2020-06-18 18:20:54 +02:00
flake.nix Make flake work across platforms 2020-06-18 18:42:02 +02:00
LICENSE.md LICENSE: CC BY-NC -> CC BY-SA for better compatibility 2020-06-16 15:38:01 +02:00
live add live reloading 2020-05-18 11:40:46 +02:00
live.py This page: make it work 2020-06-15 18:06:41 +02:00
Makefile fix make build 2020-05-18 11:40:59 +02:00
netlify.toml redirect the old cookbook links 2020-06-16 16:20:02 +02:00
README.rst housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
requirements_override.nix add live reloading 2020-05-18 11:40:46 +02:00
requirements.nix add live reloading 2020-05-18 11:40:46 +02:00
requirements.txt chore(deps): bump sphinx from 3.1.1 to 3.1.2 2020-07-06 00:01:35 +00: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
.. |GitPod| image:: https://gitpod.io/button/open-in-gitpod.svg
   :target: https://gitpod.io/#https://github.com/domenkozar/nix.dev


`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/>`_.