summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: rust: add missing semicolonAlyssa Ross2021-07-30
|
* Merge pull request #126001 from est31/masterRyan Mulligan2021-07-28
|\ | | | | Add the -a param to the docs
| * Add the -a param to the docsest312021-06-06
| | | | | | | | | | | | | | | | | | The patch utility does not understand git formatted patches. For text files, there is no problem, but binary files use the git format. The -a param makes git diff put binary files into the patch in raw format that can be understood by the patch tool.
* | manuals: Describe how to link NixOS tests from packagesNiklas Hambüchen2021-07-27
| |
* | Merge branch 'master' into staging-nextMartin Weinelt2021-07-19
|\ \
| * \ Merge pull request #130206 from symphorien/treesitter-docGuillaume Girol2021-07-19
| |\ \ | | | | | | | | vimPlugins.nvim-treesitter: document plugins
| | * | vimPlugins.nvim-treesitter: document pluginsGuillaume Girol2021-07-18
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-07-16
|\| | |
| * | | buildFHSUserEnv: document `profile` parameterMauricio Scheffer2021-07-11
| |/ /
* | | Merge branch 'master' into staging-nextDmitry Kalinkin2021-07-08
|\| |
| * | Link to Libera, Matrix instead of FreenodeslotThe2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The project has moved away from Freenode as an IRC network[1], and there is now a quite large channel on Libera. As such, we should point users towards that instead. This also changes all examples to refer to libera instead of freenode as, with the recent deletion of all freenode channels, it is perhaps where most communities are to be found nowadays. Finally, also link to the official Matrix room[2] as an alternative to IRC. Related: https://github.com/NixOS/nixpkgs/pull/129384 [1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode [2]: https://github.com/NixOS/rfcs/pull/94
* | | Merge staging-next into staginggithub-actions[bot]2021-07-06
|\| |
| * | manual: Hardening: Remove now-nonexistent ArchWiki link.Niklas Hambüchen2021-07-05
| | | | | | | | | | | | | | | | | | The page has been replaced by the much more general page https://wiki.archlinux.org/title/Security#Packages which is barely talking about hardening flags any more.
| * | manual: hardening: Fix disabled flags prose being in previous sectionNiklas Hambüchen2021-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This confused the hell out of me, as I didn't spot the > The following flags are disabled by default ... when reading about `pie`, because that sentence was hidden in the previous hardening flag's section. Also explain that `pie` hardening is on by default on musl.
* | | fixup! python3: 3.8 -> 3.9Robert Schütz2021-07-05
| | |
* | | python3: 3.8 -> 3.9Frederik Rietdijk2021-07-05
|/ /
* | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz2021-07-03
| |
* | beam: update reference to nodejs packageMario Rodas2021-07-01
| | | | | | | | nodejs-15_x has reached EOL, and removed from nixpkgs.
* | docs: update Steam instructions to use steam-run-native packageChris Martin2021-07-01
| | | | | | | | | | | | pkgs.steam-run-native is defined as exactly the expression that these instructions tell you to write, so the instruction is no longer necessary since we can just tell you to use that.
* | Merge pull request #128123 from Mazurel/masterLuke Granger-Brown2021-06-30
|\ \ | | | | | | hy: 0.19.0 -> 1.0a1 and improvements
| * | hy: 0.19.0 -> 1.0a1 and improvementsMazurel2021-06-27
| | |
* | | Merge pull request #124875 from hercules-ci/lib-sourcesRobert Hensing2021-06-28
|\ \ \ | | | | | | | | lib.sources: docs, tests, refactoring
| * | | lib.sources: Generate docsRobert Hensing2021-05-29
| | | |
* | | | Merge pull request #128163 from nh2/github-actions-backport-link-to-criteriaDomen Kožar2021-06-26
|\ \ \ \ | | | | | | | | | | Make backport bot link to criteria, make `CONTRIBUTING.md` more prominent
| * | | | CONTRIBUTING.md: Move to repo root, where it is more visible.Niklas Hambüchen2021-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We found that many users found it difficult to locate this document. Github supports it in the root, see: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
* | | | | Merge branch 'master' into staging-nextMartin Weinelt2021-06-22
|\| | | |
| * | | | Refresh the Ocaml package examples; document `useDune2` (#127520)Graham Fawcett2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | The current example in the manual no longer builds, mainly because `useDune2 = true` is required, but also because the inputs have changed. The new examples are copied verbatim from nixpkgs.
| * | | | doc/functions/generators: fix code blockrnhmjoj2021-06-22
| | | | | | | | | | | | | | | | | | | | Small fixup of 606bf6d.
* | | | | Merge master into staging-nextgithub-actions[bot]2021-06-18
|\| | | |
| * | | | nixos/doc: Synchronize the Markdown generator with NixpkgsJan Tojnar2021-06-18
| | |/ / | |/| | | | | | | | | | Switch to CommonMark with our extensions.
* | | | Merge staging-next into staginggithub-actions[bot]2021-06-16
|\| | |
| * | | Merge pull request #126591 from jtojnar/glib-networking-docJan Tojnar2021-06-16
| |\ \ \ | | | | | | | | | | doc/gnome: document GIO modules
| | * | | doc/gnome: document GIO modulesJan Tojnar2021-06-11
| | | | | | | | | | | | | | | | | | | | In particular, that glib-networking is required for TLS support.
* | | | | Merge staging-next into staginggithub-actions[bot]2021-06-13
|\| | | |
| * | | | Merge pull request #125671 from SFrijters/doc-improve-make-cleanRyan Mulligan2021-06-12
| |\ \ \ \ | | | | | | | | | | | | doc: Clean up generated media directory
| | * | | | doc: Clean up generated media directoryStefan Frijters2021-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pandoc uses ./media to extract media files - add it to the list of directories that need to be removed by `make clean`.
* | | | | | stdenv: introduce dontAddStaticConfigureFlagsAlyssa Ross2021-06-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With removeUnknownConfigureFlags, it's impossible to express a package that needs --enable-static, but will not accept --disable-shared, without overriding the result of removeUnknownConfigureFlags _again_ in pkgs/top-level/static.nix. It would be much better (and more in line with the rest of Nixpkgs) if we encoded changes needed for static builds in package definitions themselves, rather than in an ever-expanding list in static.nix. This is especially true when doing it in static.nix is going to require multiple overrides to express what could be expressed with stdenv options. So as a step in that direction, and to fix the problem described above, here I replace removeUnknownConfigureFlags with a new stdenv option, dontAddStaticConfigureFlags. With this mechanism, a package that needs one but not both of the flags just needs to set dontAddStaticConfigureFlags and then set up configureFlags manually based on stdenv.hostPlatform.isStatic.
* | / / / doc/functions/generators: convert to CommonMarkRyan Mulligan2021-06-11
| |/ / / |/| | |
* | | | nixos/*: replace alsa* aliasesVladimír Čunát2021-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The attributes got renamed in PR #126440 and in some places this caused evaluation errors, e.g. the tarball job was saying (locally) > attribute 'alsaUtils' missing, at /build/source/nixos/modules/services/audio/alsa.nix:6:4 and I suspect that trunk-combined jobset's failure to evaluate was also caused.
* | | | doc/manual: Add backport criteriaJonathan Ringer2021-06-09
| | | |
* | | | doc/functions/prefer-remote-fetch: convert to CommonMarkRyan Mulligan2021-06-07
| | | |
* | | | Merge pull request #125957 from ryantm/md-debugRyan Mulligan2021-06-07
|\ \ \ \ | | | | | | | | | | doc/functions/debug: convert to CommonMark
| * | | | doc/functions/debug: convert to CommonMarkRyan Mulligan2021-06-07
| | | | |
* | | | | Merge pull request #125838 from jtojnar/strict-commonmarkRyan Mulligan2021-06-07
|\ \ \ \ \ | |/ / / / |/| | | | doc: Parse as CommonMark
| * | | | doc: Use markdown syntax for xrefsJan Tojnar2021-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
| * | | | doc: Build as CommonMarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool. Since RFC 0072 agreed on CommonMark, let’s switch to that. We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
| * | | | doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
| * | | | doc: Document markup syntaxJan Tojnar2021-06-06
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Not depicted: - Diagrams using Lua filter and dot - fenced code attributes (enabled by the attributes extension)
* | | | Merge pull request #125702 from alarsyo/db-to-md-nix-gitignoreRyan Mulligan2021-06-06
|\ \ \ \ | |/ / / |/| | | doc: nix-gitignore to CommonMark
| * | | doc: nix-gitignore to CommonMarkAntoine Martin2021-06-05
| |/ / | | | | | | | | | Closes #125670