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
fricklerhandwerk 533724820c use "source" for niv source names
this removes a difference to how Nix currently fetches flake references.

using a constant is preferrable because renaming the source won't force
downstream rebuilds of store objects cached from when flakes were used.

upstream fix: https://github.com/nmattia/niv/pull/379
2023-11-07 03:06:11 +01:00
.github ci: fix deploy-and-build production branch filter 2023-11-03 18:33:24 +01:00
maintainers remove learning journey working group (#776) 2023-10-30 17:04:14 +01:00
nix use "source" for niv source names 2023-11-07 03:06:11 +01:00
source rephrase best practices for clarity 2023-11-06 12:23:27 -04:00
.editorconfig editorconfig: init 2023-10-06 10:50:04 +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 dissolve the Learning Journey section 2023-11-02 00:13:32 +01:00
CONTRIBUTING.md *: fix editorconfig errors 2023-10-06 10:59:27 +02:00
default.nix remove flake.nix 2023-11-07 03:04:28 +01:00
LICENSE.md LICENSE: CC BY-NC -> CC BY-SA for better compatibility 2020-06-16 15:38:01 +02:00
Makefile Add hack to make CSS live-reload work 2022-12-18 21:18:28 +01:00
overlay.nix add python dependency sphinx-sitemap 2023-10-10 19:52:26 +01:00
README.md move devmode helper into flake 2023-10-18 15:33:06 +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 remove flake.nix 2023-11-07 03:04:28 +01:00

CI

nix.dev

Official documentation for getting things done with Nix.

Contributing

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.

For contents and style see contribution guide.

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