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
Valentin Gagarin d7556d18b1
Merge pull request #728 from g-re-g/patch-1
change "build task" to "derivation" in tutorial

"build task" invokes associations with pre-existing knowledge. As long as they are clearly explained, it is easier for beginners to pick up a new word than it is to add a new definition to an existing word that subtly differs from the other definitions it has. To that extent, "derivation" is probably a great word for Nix as, at least in this domain, it is very Nix specific and so, with clear definition, it should be easy to convey the idea to other folks that we are talking about something Nix specific.
2023-10-06 12:02:22 +02:00
.github Add deploy preview workflow 2023-08-24 09:51:16 +07:00
maintainers Add call for support to this month in nix docs render (#702) 2023-09-14 17:13:39 +02:00
source Merge pull request #728 from g-re-g/patch-1 2023-10-06 12:02:22 +02:00
.gitignore Proof-of-Concept for testing code samples 2022-04-07 10:16:17 +01:00
.imgbotconfig housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
_redirects Merge branch 'master' into skeleton-workflow 2023-07-13 06:58:37 -06:00
CONTRIBUTING.md What you can do for the documentation survey (#647) 2023-07-16 10:48:55 +02:00
default.nix flake compat 2021-06-06 12:50:35 +02:00
flake.lock final flake update after 23.05 release 2023-06-01 10:48:51 +02:00
flake.nix Generate 404.html (#617) 2023-06-25 17:23:09 +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 Add hack to make CSS live-reload work 2022-12-18 21:18:28 +01:00
poetry.lock chore(deps): bump urllib3 from 2.0.2 to 2.0.6 2023-10-02 23:37:32 +00:00
pyproject.toml chore(deps): bump sphinx-sitemap from 2.5.0 to 2.5.1 2023-08-21 01:06:40 +00:00
README.md remove gitpod 2023-08-24 11:08:51 -05: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

nix.dev

Official documentation for getting things done with Nix.

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.

Content is written in MyST, a superset of CommonMark. For its syntax, see the MyST docs.