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
olaf fbb2e584d9
highlight background of collapsed texts (#963)
* highlight background of collapsed texts

* whitespaces
2024-04-18 16:15:45 +02:00
.github Update CODEOWNERS 2024-04-15 17:15:49 +02:00
maintainers replace unoffical wiki links with offical ones 2024-04-17 19:56:48 +02:00
nix update some comments 2024-04-05 17:17:53 +02:00
source highlight background of collapsed texts (#963) 2024-04-18 16:15:45 +02:00
vale Update accept.txt 2024-04-10 01:12:42 +02:00
.editorconfig editorconfig: init 2023-10-06 10:50:04 +02:00
.envrc unignore .envrc 2023-11-13 13:28:42 +01:00
.gitignore unignore .envrc 2023-11-13 13:28:42 +01:00
.imgbotconfig housekeeping: enable devenv, automatic updates, CLA+license 2020-06-12 17:30:22 +00:00
.vale.ini Enable custom vocabulary 2023-11-13 13:45:49 +01:00
_redirects change file sets tutorial URL to match document title 2024-02-24 18:09:07 +01:00
CONTRIBUTING.md deduplicate CONTRIBUTING.md 2024-04-09 17:24:47 +02:00
default.nix update some comments 2024-04-05 17:17:53 +02:00
LICENSE.md LICENSE: CC BY-NC -> CC BY-SA for better compatibility 2020-06-16 15:38:01 +02:00
Makefile add SOURCE_DATE_EPOCH to Makefile to fix copyright year (#800) 2023-11-15 05:16:27 +01:00
README.md add more preview instructions to README 2024-02-07 01:03:36 +01: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 remove flake.nix 2023-11-07 03:04:28 +01:00

CI

nix.dev

Official documentation for getting things done with Nix.

Contributing

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

For contents and style see contribution guide.

Local preview

Run nix-shell --run devmode and open a browser at http://localhost:5500.

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

To manually test redirects:

nix-shell -p netlify-cli --run "cd result; netlify dev"