1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00
nixpkgs/doc
Morgan Jones a7e5b070be androidenv: Allow multiple ndkVersions to be specified
Android is deprecating ndk.dir in favor of specifying exact NDK
version in Gradle configuration. Ensure that we can support multiple
NDKs, and link them into the location the Android Gradle Plugin expects.
2021-04-24 15:56:08 -06:00
..
builders Merge pull request #116749 from vroad/docker-layered-image-fakeroot 2021-04-07 15:02:24 +02:00
contributing documentation: Add content about Vulnerability roundups 2021-03-17 13:39:24 -07:00
doc-support Revert "make-tarball.nix: Restore the 'commit' field in packages.json" 2020-03-29 20:57:50 +02:00
functions Fix type description for attrByPath 2021-03-14 10:27:26 +01:00
languages-frameworks androidenv: Allow multiple ndkVersions to be specified 2021-04-24 15:56:08 -06:00
old doc/*: editorconfig fixes 2020-07-31 15:06:53 +10:00
stdenv doc/stdenv/cross: fix typo 2021-04-02 10:03:00 +02:00
using Remove repeating words from doc 2021-03-14 12:15:34 +01:00
.gitignore doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
default.nix doc: use lib.cleanSource 2021-02-12 08:59:27 -08:00
functions.xml doc: move fhs and mkShell under builders/special 2019-10-21 11:39:46 +02:00
Makefile doc/README.md: init 2021-03-04 18:10:39 +01:00
manual.xml Merge pull request #116459 from Pamplemousse/document_vulnerability_roundup 2021-03-19 09:12:04 +01:00
overrides.css doc: Make callout marks in code unselectable 2020-01-14 15:24:57 +01:00
preface.chapter.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08:00
README.md doc/README.md: Add more links 2021-03-06 12:35:33 +01:00
release-notes.xml treewide: use https for nixos.org and hydra.nixos.org 2020-05-03 22:14:21 -07:00
shell.nix doc: fix shell.nix (#109816) 2021-01-19 12:46:51 -05:00
style.css manual: limit text width 2019-01-08 15:08:42 +00:00

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.