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 143d6c0b35
add guide on post build hook (#528)
* add guide on post build hook

originally written under LGPL 2.1 for the Nix reference manual.
authors as recorded in the Nix repository:

    git log --pretty="Co-authored-by: %an <%ae>" -- doc/manual/advanced-topics/post-build-hook.xml doc/manual/src/advanced-topics/post-build-hook.md | sort | uniq

relicenced with authors' permission to CC-BY-SA 4.0: https://github.com/NixOS/nix.dev/issues/463

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Co-authored-by: Graham Christensen <graham@grahamc.com>
Co-authored-by: Ellie Hermaszewska <git@monoid.al>
Co-authored-by: Kevin Stock <kevin@kevinstock.org>
Co-authored-by: endgame <endgame@users.noreply.github.com>
Co-authored-by: regnat <rg@regnat.ovh>

* WIP: reword, reformat, fix links

* rebase 528 onto current master, move recipe to correct directory

* fix header case to make vale happy

* fix links after moving from nix repo

* slight rewordings for clarity

Co-authored-by: wamirez <wamirez@protonmail.com>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>

---------

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
Co-authored-by: Graham Christensen <graham@grahamc.com>
Co-authored-by: Ellie Hermaszewska <git@monoid.al>
Co-authored-by: Kevin Stock <kevin@kevinstock.org>
Co-authored-by: endgame <endgame@users.noreply.github.com>
Co-authored-by: regnat <rg@regnat.ovh>
Co-authored-by: alex <source@proof.construction>
Co-authored-by: wamirez <wamirez@protonmail.com>
2024-06-03 23:14:18 -07:00
.github Remove olaf from documentation team 2024-05-18 18:58:03 +02:00
maintainers Fix typo 2024-05-14 22:42:16 +02:00
nix migrate from niv to npins (#991) 2024-06-03 09:50:23 +02:00
npins migrate from niv to npins (#991) 2024-06-03 09:50:23 +02:00
source add guide on post build hook (#528) 2024-06-03 23:14:18 -07:00
vale add names to vale 2024-04-22 18:30:45 +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 update contributing instructions (#987) 2024-05-26 17:09:24 +02: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 proxy development version of the Nix manual 2024-05-26 16:22:26 +02:00
CONTRIBUTING.md update contributing instructions (#987) 2024-05-26 17:09:24 +02:00
default.nix migrate from niv to npins (#991) 2024-06-03 09:50:23 +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 update contributing instructions (#987) 2024-05-26 17:09:24 +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

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

For contents and style see contribution guide.