nixpkgs-suyu/doc
Sergei Trofimovich 0f45ce6e77 setup-hooks/strip.sh: add strip{All,Debug}ListTarget variables
This change mimics existing strip{All,Debug}List variables to
allow special stripping directories just for Target.

The primary use case in mind is gcc where package has to install
both host and target ELFs. They have to be stripped by their own
strip tools accordingly.

Co-authored-by: Rick van Schijndel <Mindavi@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-25 11:06:45 +01:00
..
build-aux/pandoc-filters treewide: attempt at markdown option docs 2022-06-12 12:44:38 +02:00
builders dockerTools.buildImage: Add copyToRoot to replace contents, explain usage 2022-07-06 07:30:24 +02:00
contributing doc/contributing: replace outdated 'nix run' commands 2022-07-03 21:30:01 +02:00
doc-support doc: Fix config options reference file links 2022-06-15 00:45:05 +02:00
functions
hooks doc/hooks/index.xml: Fix typo and terminology 2022-04-18 11:57:35 +02:00
languages-frameworks Merge pull request #177732 from tljuniper/python-doc-typos 2022-07-15 11:50:54 +01:00
old
stdenv setup-hooks/strip.sh: add strip{All,Debug}ListTarget variables 2022-07-25 11:06:45 +01:00
using doc: Promote config Options Reference to sub-chapter section 2022-06-12 08:27:15 +02:00
.gitignore
default.nix
functions.xml
Makefile
manual.xml doc: move testers to their own chapter 2022-04-22 16:24:29 +03:00
overrides.css
preface.chapter.md
README.md
shell.nix
style.css

Nixpkgs/doc

This directory houses the sources files for the Nixpkgs manual.

You can find the rendered documentation for Nixpkgs unstable on nixos.org.

Docs for Nixpkgs stable are also available.

If you want to contribute to the documentation, here's how to do it.

If you're only getting started with Nix, go to nixos.org/learn.