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
dependabot[bot] b920dba06a
chore(deps): bump sphinx-copybutton from 0.3.1 to 0.3.3
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: sphinx-copybutton
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 00:09:44 +00:00
.github -debug 2021-06-11 12:32:48 +02:00
cla @Kranzes has signed the CLA from Pull Request #158 2021-06-13 11:26:22 +00:00
source language edit 2021-06-07 13:08:36 +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
default.nix flake compat 2021-06-06 12:50:35 +02:00
flake.lock flakify 2021-06-03 22:43:03 +02:00
flake.nix flakify 2021-06-03 22:43:03 +02:00
LICENSE.md LICENSE: CC BY-NC -> CC BY-SA for better compatibility 2020-06-16 15:38:01 +02:00
live pypi2nix -> mach-nix 2021-05-14 12:33:37 +02:00
live.py reload on all source changes 2020-07-09 14:15:56 +02:00
Makefile fix make build 2020-05-18 11:40:59 +02:00
poetry.lock chore(deps): bump sphinx-copybutton from 0.3.1 to 0.3.3 2021-06-14 00:09:44 +00:00
pyproject.toml chore(deps): bump sphinx-copybutton from 0.3.1 to 0.3.3 2021-06-14 00:09:44 +00:00
README.rst README: update description 2021-05-14 12:25:17 +02:00
shell.nix flake compat 2021-06-06 12:50:35 +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/nix-dot-dev/nix.dev/workflows/CI/badge.svg
.. |GitPod| image:: https://gitpod.io/button/open-in-gitpod.svg
   :target: https://gitpod.io/#https://github.com/nix-dot-dev/nix.dev


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

An opinionated guide for developers wanting to get things done with the Nix ecosystem.


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