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
dependabot[bot] 66d9c958c4
chore(deps): bump cla-assistant/github-action
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.1.3.pre.beta to 2.2.0.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Changelog](https://github.com/contributor-assistant/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.1.3-beta...v2.2.0)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 00:54:42 +00:00
.github chore(deps): bump cla-assistant/github-action 2022-07-21 00:54:42 +00:00
cla @geekbrother has signed the CLA from Pull Request #255 2022-05-02 08:56:08 +00:00
source Merge pull request #258 from worktheclock/patch-7 2022-07-12 11:52:54 -05: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 suggest which voice to use 2022-07-11 14:48:50 +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 bump all the things 2022-06-27 10:22:59 -05: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 fix make build 2020-05-18 11:40:59 +02:00
poetry.lock chore(deps-dev): bump black from 22.3.0 to 22.6.0 2022-06-29 00:02:44 +00:00
pyproject.toml chore(deps-dev): bump black from 22.3.0 to 22.6.0 2022-06-29 00:02:44 +00:00
README.md Convert README.rst to .md as well 2021-12-10 23:24:40 +00: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 syntax see RST/Sphinx Cheatsheet.