about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27Merge pull request #179279 from AndersonTorres/file-managersAnderson Torres1-0/+4
A new section for file managers
2022-06-26doc/contributing/coding-conventions: add a section about file managersAndersonTorres1-0/+4
2022-06-22Merge staging-next into staginggithub-actions[bot]1-0/+15
2022-06-22Merge pull request #174460 from ↵Robert Hensing1-0/+15
hercules-ci/module-docs-Nix-driven-location-links make-options-doc: Support Nix-provided declaration links
2022-06-21Merge staging-next into staginggithub-actions[bot]2-2/+2
2022-06-21Merge pull request #178446 from zimbatm/dotnet-nugetdepsIvv1-1/+1
buildDotnetModule: allow passing derivations to nugetDeps
2022-06-21buildDotnetModule: allow passing derivations to nugetDepszimbatm1-1/+1
Sometimes I want to pass a different implementation of `mkNugetDeps`. For example in private repos, it can be handy to use `__noChroot = true` and bypass the deps.nix generation altogether. Or some Nuget packages ship with ELF binaries that need to be patched, and that's best done as soon as possible.
2022-06-21Merge pull request #176324 from meebey/meebey/meebey-patch-1adisbladis1-1/+1
doc/builders/images/dockertools: improve shadowSetup example
2022-06-21Merge staging-next into staginggithub-actions[bot]2-3/+21
2022-06-21Merge pull request #176146 from pennae/module-docs-markdownRobert Hensing2-3/+21
treewide: markdown option docs
2022-06-21Merge staging-next into staginggithub-actions[bot]1-0/+105
2022-06-20maintainers: document new maintainers and team changesGraham Christensen1-0/+105
2022-06-19Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-06-19Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-06-18mkCoqDerivation: do not set DESTDIRVincent Laporte1-1/+1
Fixes #178109
2022-06-16Merge staging-next into staginggithub-actions[bot]1-650/+0
2022-06-16Merge master into staging-nextgithub-actions[bot]1-650/+0
2022-06-16Merge pull request #177291 from SuperSandro2000/release-notes.xmlSandro1-650/+0
Delete unused release-notes.xml
2022-06-15doc: Fix config options reference file linksRobert Hensing1-0/+15
2022-06-14Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-06-14Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-06-14Merge #162960: staging docs: explain that purple arrows are manualVladimír Čunát1-1/+1
2022-06-14Merge staging-next into staginggithub-actions[bot]1-8/+9
2022-06-14Merge master into staging-nextgithub-actions[bot]1-8/+9
2022-06-14Merge pull request #177370 from ↵Robert Hensing1-8/+9
hercules-ci/nixpkgs-manual-promote-config-options-reference doc: Promote config Options Reference to sub-chapter section
2022-06-13Merge staging-next into staginggithub-actions[bot]1-3/+0
2022-06-13Merge master into staging-nextgithub-actions[bot]1-3/+0
2022-06-13vimUtils: deprecate configure.pathogen (#154814)Matthieu Coudron1-3/+0
pathogen does not bring any value compared to vim native packages so remove it to ease maintainance burden.
2022-06-12Merge pull request #176464 from Artturin/gobjecfixArtturi1-0/+18
2022-06-12treewide: attempt at markdown option docspennae2-3/+21
2022-06-12doc: Promote config Options Reference to sub-chapter sectionRobert Hensing1-8/+9
It was hidden in the insecure packages section. - Lift it out. - Add an id
2022-06-11Delete unused release-notes.xmlSandro1-650/+0
2022-06-11meson: add mesonEmulatorHookArtturin1-0/+18
fixes building documentation while cross-compiling and other issues Exec format error: './gdk3-scan' added some simple documentation
2022-06-10Merge staging-next into staginggithub-actions[bot]1-2/+2
2022-06-08php74: Drop PHP 7.4 and add aliases throwing an errorElis Hirwing1-2/+2
2022-06-06doc/python: update python version referencesMartin Weinelt1-32/+35
2022-06-05doc/builders/images/dockertools: improve shadowSetup exampleMirco Bauer1-1/+1
The example snippet will fail with this error as it is not self contained and assumes `shadowSetup` was given: $ nix-build docker-image.nix error: undefined variable 'shadowSetup' at docker-image.nix:20:7 Instead use the full reference to `shadowSetup` in the example so it will work as stated.
2022-06-03nixos/doc: move fetchpatch documentation to fetcher documentationFlorian Klink2-11/+14
… and link from the coding-conventions chapter to it. Closes #48569.
2022-06-01Merge pull request #175662 from klemensn/firefox-smartcardSupportMartin Weinelt1-4/+8
2022-06-01Merge pull request #175288 from thiagokokada/doc-pythonRelaxDepsHookThiago Kenji Okada1-0/+66
doc: document pythonRelaxDepsHook
2022-06-01doc: fix typos in pythonRelaxDepsHookThiago Kenji Okada1-2/+2
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
2022-06-01doc: firefox: Show how to use PKCS#11 Proxy ModuleKlemens Nanni1-4/+8
`p11-kit-proxy.so` makes it able to use multiple PKCS#11 modules and manage them through p11-kit(8). Fix indentation while here.
2022-05-30meta.sourceProvenance documentation: clarify it is unaffected by changes to ↵Adam Joseph1-0/+2
meta.license This commit clarifies that the meaning of the `meta.sourceProvenance` field is independent of and unaffected by the value of the `meta.license` field. This is based on the intent of the RFC author as expressed here: https://github.com/NixOS/nixpkgs/pull/161098#issuecomment-1081270201 This clarification is added for two reasons: 1. If in the future there should be some disagreement about what `sourceProvenance` to assign to a package, this may help resolve the disagreement. Any interpretation of `sourceProvenance` which is influenced by the `meta.license` is clearly an incorrect interpretation. 2. If it should turn out that it is impossible to disentangle `sourceProvenance` from `meta.license`, this would indicate the need for changes to the `sourceProvenance` scheme. That change might be as simple as replacing the sentence added by this commit with some other sentence explaining how the two fields influence each other. This commit implements the recommendation made in the paragraph of this comments which begins with "Please say this explicitly...": https://github.com/NixOS/nixpkgs/pull/161098#issuecomment-1081309089
2022-05-30add initial meta.sourceProvenance documentationRobert Scott1-0/+26
2022-05-29doc: document pythonRelaxDepsHookThiago Kenji Okada1-0/+66
2022-05-27Merge pull request #172391 from Artturin/deprecate-stdenv-glibcArtturi1-1/+1
2022-05-27treewide: change some glibc to stdenv.cc.libcArtturin1-1/+1
2022-05-25coqPackages: etcCyril Cohen1-5/+10
- put `findlib` in `buildInputs` of `mkCoqDerivation` to make sure `coq` packages find their ocaml plugin dependencies, - use `propagatedBuildInputs` to make sure ocaml plugin dependencies are in path, - updated `coqPackage.heq` (broken url), - fixed use of `DESTDIR` and `COQMF_COQLIB` in mkCoqDerivation, - adding `COQCORELIB` environement variable to put ocaml plugin files in the right place, - make `metaFetch` available from `coqPackages`
2022-05-25treewide: stdenv.glibc -> glibcArtturin1-1/+1
2022-05-23Merge master into staging-nextgithub-actions[bot]1-3/+4