about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-08-01Merge master into staging-nextgithub-actions[bot]1-8/+29
2022-08-01Merge pull request #182702 from SuperSandro2000/yarn2nix-docValentin Gagarin1-8/+29
docs/javascript: advise to create less yarn.nix files
2022-08-01nixos/doc: update contents to copyToRootFlorian Klink1-6/+7
contents is deprecated now, use the copyToRoot attribute.
2022-08-01Update doc/builders/images/dockertools.section.mdFlorian Klink1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-08-01nixos/doc: document fakeNss, binShFlorian Klink1-0/+28
2022-07-30docs/javascript: advise to create less yarn.nix filesSandro Jäckel1-8/+29
2022-07-29Merge staging-next into staginggithub-actions[bot]1-0/+1
2022-07-29Merge pull request #183422 from raboof/nixpkgs-docs-consistent-idsArnout Engelen1-0/+1
nixpkgs/doc: generate consistent docbook ids
2022-07-28nixpkgs/doc: generate consistent docbook idsArnout Engelen1-0/+1
to make diff'ing different versions of the generated docs less noisy
2022-07-28Merge staging-next into staginggithub-actions[bot]2-13/+5
2022-07-28Merge pull request #183353 from raboof/nixpkgs-manual-unused-unfreeArnout Engelen2-13/+5
nixpkgs/doc: remove unused `unfree.xml`
2022-07-28nixpkgs/doc: remove unused `unfree.xml`Arnout Engelen2-13/+5
This section was broken out into its own file in efb55d2a42e but apparently never actually got included anywhere. Since then a more detailed section on using unfree packages has been introduced. Copied the introduction and removed the rest of the file.
2022-07-28Merge staging-next into staginggithub-actions[bot]1-0/+1
2022-07-28Merge pull request #182273 from mdarocha/dotnet-self-contained-buildSandro1-0/+1
buildDotnetModule: add option to make a self-contained build
2022-07-28Merge pull request #182513 from trofi/strip-for-host-and-targetBernardo Meurer1-0/+8
gcc: enable stripping for cross-compilers
2022-07-26buildDotnetModule: add documentation about selfContained flagmdarocha1-0/+1
2022-07-25setup-hooks/strip.sh: add strip{All,Debug}ListTarget variablesSergei Trofimovich1-0/+8
This change mimics existing strip{All,Debug}List variables to allow special stripping directories just for Target. The primary use case in mind is gcc where package has to install both host and target ELFs. They have to be stripped by their own strip tools accordingly. Co-authored-by: Rick van Schijndel <Mindavi@users.noreply.github.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-24Merge pull request #179603 from Artturin/subplacemultipleArtturi1-2/+2
2022-07-21Merge staging-next into staginggithub-actions[bot]1-7/+13
2022-07-21Merge pull request #177219 from ↵Jan Tojnar1-7/+13
kenranunderscore/correct-nixpkgs-review-invocations-in-docs doc/contributing: replace outdated 'nix run' syntax for nixpkgs-review
2022-07-18Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-07-17Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-07-16Merge pull request #181709 from aiotter/docValentin Gagarin1-1/+1
2022-07-16doc: update cmake doc for better readabilityaiotter1-1/+1
2022-07-15Merge pull request #181302 from Artturin/fixcross4Artturi2-3/+5
lua-packages: fix eval failure when cross-compiling
2022-07-15Merge staging-next into staginggithub-actions[bot]1-19/+24
2022-07-15Merge pull request #177732 from tljuniper/python-doc-typosValentin Gagarin1-19/+24
doc/languages-frameworks: Fix typos
2022-07-14doc: move makeWrapper to nativeBuildInputs from buildInputsArtturin2-3/+5
makeWrapper in buildInputs breaks cross-compilation with error: attribute 'runtimeShell' missing
2022-07-13Merge staging-next into staginggithub-actions[bot]1-1/+3
2022-07-13Update doc/languages-frameworks/coq.section.mdLuc Chabassier1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-07-13Merge staging-next into staginggithub-actions[bot]1-7/+70
2022-07-13doc: clarify coq overrideDwarfMaster1-1/+3
2022-07-13Merge pull request #121015 from fricklerhandwerk/docs-patch-shebangsRobert Hensing1-7/+70
docs: expand explanation of patchShebangs hook
2022-07-13add stable anchorValentin Gagarin1-1/+1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-07-12Merge pull request #177538 from Artturin/fixcross3Artturi1-2/+2
2022-07-10vimUtils: remove vam supportMatthieu Coudron1-97/+1
having this many (complex) options not only is hard to maintain but I cant see the benefit of these options now that vim supports packages
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-07mesonEmulatorHook: check if the target binaries can be executedArtturin1-2/+2
this prevents having to bring in the emulator when compiling e.g. pkgsStatic
2022-07-07dockerTools: document environment helperssohalt1-1/+38
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-07-04Updated wording from code reviewCody Hiar1-2/+2
2022-07-03doc/contributing: replace outdated 'nix run' commandsJohannes Maier1-7/+13
Use `nix-shell` instead, but also give an example of the correct flakes version of the commands.
2022-06-29stdenv: substituteInPlace: accept multiple filenamesArtturin1-2/+2
I don't know if getopt is available everywhere, so I did not use it. in any case, it can be changed to use getopt in the future if needed.
2022-06-29Remove possessive apostrophesCody Hiar1-2/+2
2022-06-28doc/builders/fetchers: Add examples, reduce sentence complexityCody Hiar1-3/+30
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