summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Merge master into staging-nextgithub-actions[bot]1-0/+55
2022-11-09buildNpmPackage: initWinter1-0/+55
2022-11-09Merge master into staging-nextgithub-actions[bot]2-4/+4
2022-11-08Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-11-08nixpkgs/doc: fix admonition syntaxRyan Mulligan2-4/+4
Match admonition syntax in https://nixos.org/manual/nixpkgs/unstable/#chap-contributing
2022-11-07nixpkgs/doc/stdenv: fix admonition classRyan Mulligan1-1/+1
Change to match the formatting of the other admonitions that use classes. This was breaking the mmdoc output.
2022-11-06Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-11-05Revert "lib,doc: remove obvious usages of toString on paths"Anderson Torres1-1/+1
2022-11-06Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-11-06lib,doc: remove obvious usages of toString on pathsArtturin1-1/+1
It gives a warning on the lazy-trees branch of Nix (NixOS/nix#6530) one of these was also giving me an error (the one in lib/trivial probably) ``` $ nix build warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd -image-aarch64.nix' and then accessing it is deprecated, at /home/artturin/nixgits/my-nixpkgs/lib/modules. nix:349:99 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/.git' and then accessing it is dep recated, at /home/artturin/nixgits/my-nixpkgs/lib/sources.nix:35:32 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc.nix' and then accessing it is deprecated, at «stdin»:0 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc-activ ation.nix' and then accessing it is deprecated, at «stdin»:0 warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd -image-aarch64.nix' and then accessing it is deprecated, at «stdin»:0 error: cannot decode virtual path '/nix/store/virtual0000000000000000000000005-source' (use '--show-trace' to show detailed location information) ```
2022-11-04Merge staging-next into staginggithub-actions[bot]1-2/+2
2022-11-03doc: fix python module override exampleGuillaume Girol1-2/+2
2022-11-01Merge staging-next into staginggithub-actions[bot]1-0/+12
2022-10-31doc/languages-frameworks/rust: example for disabling tests (#198705)0x4A6F1-0/+12
2022-10-31Merge staging-next into staginggithub-actions[bot]1-3/+5
2022-10-31doc/vim: update docs for nvim-treesitterfigsoda1-3/+5
2022-10-28Merge pull request #197937 from danielbarter/cc-wrapper-hookJohn Ericson1-0/+7
cc-wrapper: adding a cc-wrapper-hook to the cc-wrapper
2022-10-26cc-wrapper: adding a cc-wrapper-hook to the cc-wrapperDaniel Barter1-0/+7
2022-10-26Merge pull request #197905 from infinisil/lib-filesystem-docsSilvan Mosberger2-0/+3
lib: Automatically generate lib.filesytem docs
2022-10-26lib: Automatically generate lib.filesytem docsSilvan Mosberger2-0/+3
2022-10-26nixos/doc/manual/md-to-db.sh: Add support for <kbd> elementJan Tojnar1-0/+11
2022-10-25doc: fix syntax error in Lua documentationEmilia Bopp1-1/+1
2022-10-23doc/contributing: Explicitly allow trivial changes by non-authorsStanisław Pitucha1-0/+6
Discussed and proposed at https://discourse.nixos.org/t/rules-around-adding-to-someones-pr/22671/3
2022-10-21Merge pull request #173506 from ↵Janne Heß1-0/+4
helsinki-systems/feat/document-no-breaking-commits doc: Document that the staging branches may be restricted
2022-10-13doc/stdenv: Move Other hooks after all hooksRobert Hensing1-5/+5
2022-10-13doc/stdenv: Clarify that the wrappers come with hooksRobert Hensing1-2/+2
2022-10-13doc/stdenv: Improve language a bitRobert Hensing1-2/+2
2022-10-13doc: Move non-stdenv hooks out of stdenv chapterRobert Hensing25-168/+199
2022-10-13doc/stdenv: Clarify status of the hooksRobert Hensing1-33/+35
2022-10-12coding-conventions.chapter.md: update to account for #89885 (#191378)Adam Joseph1-6/+14
https://github.com/NixOS/nixpkgs/pull/89885 ensures that fetches are done securely (i.e. without `--insecure`) when the `hash` parameter is one of the four special "fake" hashes. However the manual was not updated in that PR. This commit updates the manual to account for the already-merged changes from that PR. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-07add documentation for the pkgs.portableService tool (#193081)Дамјан Георгиевски2-0/+82
* add documentation for the pkgs.portableService tool as introduced in 499aebcf340 Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-02coqPackages.mkCoqDerivation: upgrade to Dune 3Théo Zimmermann1-3/+3
And remove the version number from the corresponding attributes.
2022-09-28Merge pull request #191540 from hercules-ci/nixosTest-modularRobert Hensing1-0/+4
nixosTest: make modular
2022-09-26maintainers/scripts/update.nix: make package name, pname and old version ↵José Romildo1-1/+1
available to the update script
2022-09-26Merge pull request #190403 from IvarWithoutBones/dotnetmodule-fixesIvv1-2/+2
buildDotnetModule: several usability improvements
2022-09-24nixos/testing: Improve option docsRobert Hensing1-0/+4
2022-09-22Python docs: document attribute to use for non-PyPI projectsFrederik Rietdijk1-0/+4
2022-09-19doc/postgresql-test-hook: Add exampleRobert Hensing1-1/+1
2022-09-18buildDotnetModule: move nugetDeps throw to when its actually neededIvar Scholten1-2/+2
Previously we had an assert that would complain when nugetDeps wasnt set, which also didnt allow any passthru attributes (like fetch-deps) to be build. That causes a cycle where you need nugetDeps to fetch the nuget deps, but arent able to build the script to do so.
2022-09-18buildDotnetModule: dont require specifing a projectFileIvar Scholten1-1/+1
In a lot of cases dotnet can figure this out by itself, so we can just invoke it without the project argument.
2022-09-16Merge pull request #190795 from cdepillabout/coq-add-docsDennis Gosnell1-0/+55
doc/language-frameworks/coq: add explanation of how to override packages
2022-09-15Merge pull request #190818 from IvarWithoutBones/testversion-docdavidak1-5/+11
doc/testers: testVersion -> testers.testVersion, add example
2022-09-15doc/testers: testVersion -> testers.testVersion, add exampleIvar Scholten1-5/+11
2022-09-15doc/language-frameworks/coq: add explanation of how to override packagesDennis Gosnell1-0/+55
2022-09-11doc(vim): take into account plug non-supportMatthieu Coudron1-4/+8
Apply suggestions from code review Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-09-11doc(neovim): remove the mention of plug for neovimMatthieu Coudron1-13/+1
This was removed to simplify configuration. One could create a function that converts the plug format to vim native package format (only plugin system supported for neovim) and upstream it to nixpkgs if that's an issue
2022-09-11doc: present how to create a vim-plugin overlayMatthieu Coudron1-5/+18
it is possible to maintain an out of tree list of neovim plugins with this method Update doc/languages-frameworks/vim.section.md Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-07doc/contributing: fix whitespaceSandro1-1/+1
2022-09-05Merge pull request #189241 from SuperSandro2000/git-full-hashAnderson Torres1-0/+3
doc/contributing: enforce full commit hashes on github
2022-09-04doc/contributing: enforce full commit hashes on githubSandro Jäckel1-0/+3