An opinionated guide for developers wanting to get things done with the Nix ecosystem.
Go to file
Domen Kožar dccbb65905
Merge pull request #462 from munyari/quote-urls
Quote URLs in nix language tutorial
2023-03-06 11:31:59 +04:00
.github chore(deps): bump cachix/install-nix-action from 19 to 20 2023-03-02 01:08:55 +00:00
cla @munyari has signed the CLA from Pull Request #462 2023-03-05 13:54:14 +00:00
maintainers Remove Luc and Domen from the docs team 2023-02-14 10:41:40 +01:00
source Quote URLs in nix language tutorial 2023-03-05 08:51:35 -05:00
_redirects Add support for CloudFlare Pages's redirects 2022-10-22 16:45:35 +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
CONTRIBUTING.md Unify information on contributing documentation (#384) 2022-12-16 08:32:48 +01: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 Add sphinx-design extension 2022-12-18 21:29:44 +01: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 hack to make CSS live-reload work 2022-12-18 21:18:28 +01:00
poetry.lock Update poetry.lock 2022-12-18 21:29:51 +01:00
pyproject.toml Add sphinx-design extension 2022-12-18 21:29:44 +01:00
README.md Fix broken link to contribution guide 2022-10-22 14:36:59 +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.

For syntax see RST/Sphinx Cheatsheet.