An opinionated guide for developers wanting to get things done with the Nix ecosystem.
Go to file
olaf 0c7bb8e86c
Update source/tutorials/nixos/installing-nixos-on-a-raspberry-pi.md
Co-authored-by: Yuki Langley <hi@yukiisbo.red>
2023-10-24 11:53:31 +02:00
.github Merge pull request #707 from NixOS/dependabot/github_actions/cachix/install-nix-action-23 2023-10-09 11:18:52 +01:00
maintainers removing brianmcgee from learning journey working group 2023-10-11 12:53:39 +01:00
source Update source/tutorials/nixos/installing-nixos-on-a-raspberry-pi.md 2023-10-24 11:53:31 +02:00
_redirects add redirect 2023-10-09 21:23:54 +02: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
CONTRIBUTING.md *: fix editorconfig errors 2023-10-06 10:59:27 +02:00
default.nix flake compat 2021-06-06 12:50:35 +02:00
flake.lock Switch from poetry to nixpkgs 2023-10-10 11:36:53 +01:00
flake.nix move devmode helper into flake 2023-10-18 15:33:06 +02: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 flake compat 2021-06-06 12:50:35 +02: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.