summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* nixpkgs-docs: when to prefer passthru.tests over installCheckPhaseArnout Engelen2021-08-14
| | | | | | | | | | And mention you can have either lightweight 'package' or more heavyweight 'NixOS' (module) tests. This was suggested at https://github.com/ryantm/nixpkgs-update/issues/260#issuecomment-821287971 and discussed further at https://github.com/NixOS/nixpkgs/pull/119731
* doc: updated lua docMatthieu Coudron2021-08-09
| | | | mentions lua 5.4 + fixed an error
* update-luarocks-packages: use pluginupdate.pyMatthieu Coudron2021-08-09
| | | | | | | Trying to reuse the update scripts used by kakoune/vim to provide the user with an unified convergence. Some stuff doesn't work yet (parallel download, caching) but I (anyone else welcome to try too) will improve it in other PRs.
* Merge pull request #105494 from alunduil/missing-operator-mapAttr-docDoron Behar2021-08-07
|\
| * nixos/nixpkgs/doc: add missing operator to attrsets.mapAttrs example.Alex Brandt2020-11-30
| | | | | | | | | | It looks like this operator was missing (just a dropped +) unless I'm missing something unexpected about the Nix syntax I've forgotten.
* | buildGoModule: add proxyVendorzowoq2021-08-06
| |
* | buildGo{Module,Package}: add `tags` argumentzowoq2021-08-06
| | | | | | | | | | | | Simpler method of setting tags rather than using some combination of buildFlags, buildFlagsArray, preBuild, etc Using `lib.concatStringsSep ","` as space separated tags are deprecated in go.
* | doc: remove unnecessary parenthesesKid2021-08-05
| |
* | Merge pull request #130021 from neosimsim/fix-emacs-override-examplesadisbladis2021-08-04
|\ \ | | | | | | emacs: fix overrideScope' examples
| * | emacs: fix overrideScope' examplesAlexander Ben Nasrallah2021-07-12
| | |
* | | Merge pull request #132351 from figsoda/rust-docJörg Thalheim2021-08-02
|\ \ \ | | | | | | | | doc: rust: improve documentation on cargoLock.lockFile
| * | | doc: rust: improve documentation on cargoLock.lockFilefigsoda2021-08-01
| | | |
* | | | Merge pull request #130207 from hercules-ci/passthru-sensible-timeoutdavidak2021-08-02
|\ \ \ \ | |/ / / |/| | | doc/coding-conventions: Increase passthru test timeout 3s -> 60s
| * | | doc/coding-conventions: Increase passthru test timeout 3s -> 60sRobert Hensing2021-07-14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3s is too small a margin for a loaded slow system to start a bloated program. This leads to problems when tests are written on decent dev hardware but later run on build farms of potentially slower hardware, particularly in the case of non x86. The chance of needing the timeout is actually very small, so those rare 57s are a reasonable price to pay for fewer timeouts on build farms, each of which should be investigated and usually fixed by increasing the timeout.
* | | 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`.