about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08Update grammar in vim sectionJayson Henkel1-9/+9
Fixed a few grammatical issues. Was uncertain how to address Treesitter, as the homepage itself is inconsistent, using all combinations of Treesitter, Tree-sitter, treesitter and tree-sitter.
2022-07-08Merge pull request #176661 from reckenrode/apple-sdk-11-x86_64toonn1-0/+5
apple_sdk_11_0: make available for use on x86_64-darwin
2022-07-07Merge master into staging-nextgithub-actions[bot]1-3/+12
2022-07-07doc: update Darwin platform doc regarding the 11.0 SDKRandy Eckenrode1-0/+5
2022-07-06dockerTools.buildImage: Add copyToRoot to replace contents, explain usageRobert Hensing1-3/+12
2022-06-28Merge staging-next into staginggithub-actions[bot]1-0/+4
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-23Merge pull request #176792 from malob/fix-buildPerlPackages-pnameSandro1-11/+15
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-07buildPerlPackage: don't mess with `pname` and phase out use of `name`Malo Bourgon1-11/+15
Currently `buildPerlPackage` prefixes the Perl version to the package's `pname`, which results in `nix run` not being able to work for any packages build with it out of the box. This commit corrects that and phases out the ability to set `name` directly, as well as refactors the code to not require `cleanedAttrs`.
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.