about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
10 daysMerge master into staging-nextgithub-actions[bot]2-20/+9
11 daysdoc: remove outdated Steam documentation related to JavaJdogzz1-14/+0
Fixes #297694.
11 daysMerge pull request #322184 from YoshiRulz/dotnet-docséclairevoyant1-6/+9
doc: Update note under `buildDotnetModule` to reflect actual behaviour
11 daysdoc: Update note under `buildDotnetModule` to reflect actual behaviourYoshiRulz1-6/+9
11 daysMerge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-15/+15
11 daysMerge pull request #322006 from mattpolzin/buildIdris-better-lib-ergonomicsFabián Heredia Montiel1-4/+4
idris2Packages.buildIdris: better lib ergonomics
12 daysMerge pull request #315700 from sysraccoon/android-doc-fixArtturin1-11/+11
doc: swap ANDROID_HOME and ANDROID_SDK_ROOT in android section
12 daysMerge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-1/+1
Conflicts: - pkgs/development/python-modules/pixel-font-builder/default.nix - pkgs/development/python-modules/unidata-blocks/default.nix
12 daysvimPlugins.nvim-treesitter: fix update.py and update documentation (#321535)Mango The Fourth1-1/+1
* vimPlugins.nvim-treesitter: fix update.py and update documentation
13 daysMerge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt1-10/+28
Conflicts: - pkgs/os-specific/windows/mingw-w64/default.nix
13 daysdoc: adopt new buildIdris changes in docsMathew Polzin1-4/+4
2024-06-22doc/stdenv: hardening flags: add example error for trivialautovarinitRobert Scott1-0/+6
2024-06-22Merge pull request #320107 from Artturin/makesetuphookdocArtturin1-10/+28
doc: Improve the `makeSetupHook` example
2024-06-21Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-06-21Merge pull request #321272 from Aleksanaa/flutter-docAleksana1-1/+1
doc/dart: minor fix to example code
2024-06-21Merge staging-next into staginggithub-actions[bot]1-8/+0
2024-06-21build-support/ocaml: deprecate minimumOCamlVersion (#319907)superherointj1-8/+0
* ocamlPackages.wtf8: use minimalOCamlVersion * ocamlPackages.ppx_yojson_conv: minimalOCamlVersion * ocamlPackages.postgresql: use minimalOCamlVersion * ocamlPackages.opti: use minimalOCamlVersion * ocamlPackages.opam-repository: use minimalOCamlVersion * ocamlPackages.opam-format: use minimalOCamlVersion * ocamlPackages.lwt-dllist: use minimalOCamlVersion * ocamlPackages.lacaml: use minimalOCamlVersion * ocamlPackages.gnuplot: use minimalOCamlVersion * ocamlPackages.fix: use minimalOCamlVersion * ocamlPackages.eigen: use minimalOCamlVersion * ocamlPackages.earley: use minimalOCamlVersion * ocamlPackages.directories: use minimalOCamlVersion * ocamlPackages.cpuid: use minimalOCamlVersion * build-support/ocaml: deprecate minimumOCamlVersion * build-support/ocaml: deprecate minimumOCamlVersion --------- Co-authored-by: Vincent Laporte <Vincent.Laporte@gmail.com>
2024-06-20doc/dart: minor fix to example codealeksana1-1/+1
2024-06-19Merge pull request #318256 from risicle/ris-stack-clash-protectionRick van Schijndel1-0/+4
cc-wrapper: add stack clash protection hardening flag
2024-06-18Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt1-49/+73
Conflicts: - pkgs/development/python-modules/langsmith/default.nix - pkgs/development/python-modules/rich-pixels/default.nix - pkgs/servers/teleport/generic.nix
2024-06-16Merge pull request #315233 from numinit/android-studio-fullPol Dellaiera1-49/+73
android-studio-full: init
2024-06-15Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2-9/+20
Conflicts: - pkgs/development/python-modules/fastembed/default.nix
2024-06-15doc: Improve the `makeSetupHook` exampleArtturin1-10/+28
also format it with nixfmt
2024-06-15doc: Prevent unnecessary rebuildsSilvan Mosberger1-1/+14
Especially when only Nix files are changed
2024-06-15doc: Remove unneeded functions/library dirSilvan Mosberger1-0/+0
All its files were removed years ago!
2024-06-15doc: Use build-time to insert dynamic python interpreter tableSilvan Mosberger1-8/+6
Nix eval isn't made to patch stuff, it's more flexible to do it at build time
2024-06-14docs/language-frameworks/python: update relaxDepsHook docsMartin Weinelt1-6/+5
2024-06-14Merge staging-next into staginggithub-actions[bot]1-7/+7
2024-06-14Merge pull request #319624 from flokli/rust-configIlan Joselevich1-7/+7
config.rust: update references from rustc
2024-06-13config.rust: update references from rustcFlorian Klink1-7/+7
`rustc.config` is called `rust.rustcTarget` now, and `{rustc -> rust}.platform`. This is the new way (tm), and is preferred since https://github.com/NixOS/nixpkgs/pull/271707 - though the documentation still is outdated, and some expressions in nixpkgs were using the old interface. This updates both.
2024-06-13Merge staging-next into staginggithub-actions[bot]1-2/+4
2024-06-13doc/haskell: Dedup and edit justStaticExecutablesRobert Hensing1-2/+4
Make sure all relevant info is in the user manual and avoid duplication of efforts, or things going out of sync.
2024-06-12Merge staging-next into staginggithub-actions[bot]1-13/+7
2024-06-12Merge master into staging-nextgithub-actions[bot]1-13/+7
2024-06-11doc: use linuxPackages_custom instead of linuxManualConfig (#319046)Pankaj Raghav1-13/+7
linuxManualConfig involves more boilerplate to change the kernel. Use the wrapper linuxPackages_custom which is wrapper that takes an attribute sets and calls linuxManualConfig approrpriately. This is much easier for beginners to use instead of linuxManualConfig helper. Point to linuxManualConfig for further customizations.
2024-06-11Merge staging-next into staginggithub-actions[bot]1-49/+62
2024-06-11Merge master into staging-nextgithub-actions[bot]1-49/+62
2024-06-11Merge pull request #316591 from natsukium/python-docs/updateOTABI Tomoya1-49/+62
doc/languages-frameworks/python: update
2024-06-11Merge staging-next into staginggithub-actions[bot]6-248/+166
2024-06-11Merge master into staging-nextgithub-actions[bot]6-248/+166
2024-06-11doc: add stdenv passthru chapter (#315909)Travis A. Everett6-248/+166
* doc: add stdenv passthru chapter Broad strokes: - create the chapter - move existing stdenv passthru coverage into it - move out-of-place coverage of passthru.tests from the stdenv meta chapter into it - (try to) apply 1-sentence-per-line to text I've touched - add legacy anchors for everything moved - update existing links to the new anchors - add tentative motivating text - make nixpkgs-internal links relative/branchless razor: if it is only ever needed by contributors, which is likely if links refer to the latest revision of the source code, then it's for the contributor guide Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-06-09Merge staging-next into staginggithub-actions[bot]1-8/+53
2024-06-09Merge master into staging-nextgithub-actions[bot]1-8/+53
2024-06-08Merge master into haskell-updatesgithub-actions[bot]1-4/+28
2024-06-07doc/stdenv: hardening flags: add section on stackclashprotectionRobert Scott1-0/+4
2024-06-07doc/stdenv: hardening flags: move zerocallusedregs into "enabled by ↵Robert Scott1-4/+4
default" section following dd80ca4d00c685ad1df5d312d1a6fc9e02265539
2024-06-07Merge staging-next into staginggithub-actions[bot]1-4/+28
2024-06-07Merge master into staging-nextgithub-actions[bot]1-4/+28
2024-06-07Merge pull request #315616 from doronbehar/doc/installCheckPhaseArnout Engelen1-4/+28
doc/meta: Mention --version as a good usecase for installCheckPhase
2024-06-07Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt3-0/+76