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
Nejc Zupan 7208071066 Add support for CloudFlare Pages's redirects
And add a redirect for moving contributing.md to root.
2022-10-22 16:45:35 +02:00
.github Merge pull request #341 from NixOS/dependabot/github_actions/cachix/cachix-action-11 2022-10-13 13:06:09 +01:00
cla @jherland has signed the CLA from Pull Request #343 2022-10-17 13:20:45 +00:00
source Move contributing from tutorials to top-level 2022-10-22 15:13:27 +02:00
.gitignore Proof-of-Concept for testing code samples 2022-04-07 10:16:17 +01: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
_redirects Add support for CloudFlare Pages's redirects 2022-10-22 16:45:35 +02:00
CONTRIBUTING.md the Nix language 2022-10-05 00:57:26 +02:00
default.nix flake compat 2021-06-06 12:50:35 +02:00
flake.lock bump all the things 2022-06-27 10:22:59 -05:00
flake.nix bump all the things 2022-06-27 10:22:59 -05: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 Add support for CloudFlare Pages's redirects 2022-10-22 16:45:35 +02:00
poetry.lock sync poetry.lock 2022-09-08 17:38:57 +01:00
pyproject.toml poetry: use Python 3.7 (sigh) 2022-09-08 17:37:06 +01:00
README.md link to contribution guide from README 2022-09-08 19:18:18 +02:00
run_code_block_tests.sh Proof-of-Concept for testing code samples 2022-04-07 10:16:17 +01:00
runtime.txt pin python for cloudflare 2022-06-27 10:26:49 -05:00
shell.nix flake compat 2021-06-06 12:50:35 +02:00

CI GitPod

nix.dev

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

Contributing

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

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

For contents and style see [contribution guide][CONTRIBUTING.md].

For syntax see RST/Sphinx Cheatsheet.