summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2024-06-26Merge pull request #312407 from hsjobeki/doc/lib-generatorsSilvan Mosberger
doc: init lib.generators reference documentation
2024-06-25doc: remove outdated Steam documentation related to JavaJdogzz
Fixes #297694.
2024-06-26Merge pull request #322184 from YoshiRulz/dotnet-docséclairevoyant
doc: Update note under `buildDotnetModule` to reflect actual behaviour
2024-06-26doc: Update note under `buildDotnetModule` to reflect actual behaviourYoshiRulz
2024-06-25Merge pull request #322006 from mattpolzin/buildIdris-better-lib-ergonomicsFabián Heredia Montiel
idris2Packages.buildIdris: better lib ergonomics
2024-06-24Merge pull request #315700 from sysraccoon/android-doc-fixArtturin
doc: swap ANDROID_HOME and ANDROID_SDK_ROOT in android section
2024-06-24vimPlugins.nvim-treesitter: fix update.py and update documentation (#321535)Mango The Fourth
* vimPlugins.nvim-treesitter: fix update.py and update documentation
2024-06-23doc: adopt new buildIdris changes in docsMathew Polzin
2024-06-22Merge pull request #320107 from Artturin/makesetuphookdocArtturin
doc: Improve the `makeSetupHook` example
2024-06-21Merge pull request #321272 from Aleksanaa/flutter-docAleksana
doc/dart: minor fix to example code
2024-06-21build-support/ocaml: deprecate minimumOCamlVersion (#319907)superherointj
* 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 codealeksana
2024-06-16Merge pull request #315233 from numinit/android-studio-fullPol Dellaiera
android-studio-full: init
2024-06-15doc: Improve the `makeSetupHook` exampleArtturin
also format it with nixfmt
2024-06-15doc: Prevent unnecessary rebuildsSilvan Mosberger
Especially when only Nix files are changed
2024-06-15doc: Remove unneeded functions/library dirSilvan Mosberger
All its files were removed years ago!
2024-06-15doc: Use build-time to insert dynamic python interpreter tableSilvan Mosberger
Nix eval isn't made to patch stuff, it's more flexible to do it at build time
2024-06-14Merge pull request #319624 from flokli/rust-configIlan Joselevich
config.rust: update references from rustc
2024-06-13config.rust: update references from rustcFlorian Klink
`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-13doc/haskell: Dedup and edit justStaticExecutablesRobert Hensing
Make sure all relevant info is in the user manual and avoid duplication of efforts, or things going out of sync.
2024-06-12Merge master into staging-nextgithub-actions[bot]
2024-06-11doc: use linuxPackages_custom instead of linuxManualConfig (#319046)Pankaj Raghav
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 master into staging-nextgithub-actions[bot]
2024-06-11Merge pull request #316591 from natsukium/python-docs/updateOTABI Tomoya
doc/languages-frameworks/python: update
2024-06-11Merge master into staging-nextgithub-actions[bot]
2024-06-11doc: add stdenv passthru chapter (#315909)Travis A. Everett
* 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 master into staging-nextgithub-actions[bot]
2024-06-08Merge master into haskell-updatesgithub-actions[bot]
2024-06-07Merge master into staging-nextgithub-actions[bot]
2024-06-07Merge pull request #315616 from doronbehar/doc/installCheckPhaseArnout Engelen
doc/meta: Mention --version as a good usecase for installCheckPhase
2024-06-07Merge master into haskell-updatesgithub-actions[bot]
2024-06-07Merge master into staging-nextgithub-actions[bot]
2024-06-06Merge pull request #295155 from onemoresuza/hare-hookPeder Bergebakken Sundt
hareHook: init
2024-06-06Merge pull request #317575 from risicle/ris-doc-stdenv-hardening-flags-updateThomas Gerbet
doc/stdenv: hardening flags: update, add sections on `fortify3`, `zerocallusedregs`, `trivialautovarinit`
2024-06-06Merge master into staging-nextgithub-actions[bot]
2024-06-06Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDepsDoron Behar
pnpm.fetchDeps: init
2024-06-06Merge master into haskell-updatesgithub-actions[bot]
2024-06-06Merge master into staging-nextgithub-actions[bot]
2024-06-05doc/stdenv: hardening flags: add section on trivialautovarinitRobert Scott
2024-06-05doc/stdenv: hardening flags: add section on zerocallusedregsRobert Scott
2024-06-05doc/stdenv: hardening flags: add section on fortify3Robert Scott
2024-06-05doc/stdenv: hardening flags: add note on conditional support for some flagsRobert Scott
2024-06-05Merge pull request #316144 from Aleksanaa/flutter-appsMaciej Krüger
{yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19
2024-06-05Merge master into haskell-updatesgithub-actions[bot]
2024-06-05Merge master into staging-nextgithub-actions[bot]
2024-06-04doc/hare: initCoutinho de Souza
2024-06-04doc: fix make-disk-image.nix exampleAlyssa Ross
2024-06-03{doc/android,release-notes}: update android-studio and androidenvMorgan Jones
2024-06-04doc/languages-frameworks/python: update contributing sectionnatsukium
2024-06-04doc/languages-frameworks/python: adjust expression to explanationnatsukium