about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-06-16Merge pull request #315233 from numinit/android-studio-fullPol Dellaiera1-49/+73
android-studio-full: init
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-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-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 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 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 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 master into staging-nextgithub-actions[bot]1-8/+53
2024-06-08Merge master into haskell-updatesgithub-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 master into haskell-updatesgithub-actions[bot]4-0/+141
2024-06-07Merge master into staging-nextgithub-actions[bot]3-0/+76
2024-06-06Merge pull request #295155 from onemoresuza/hare-hookPeder Bergebakken Sundt2-0/+54
hareHook: init
2024-06-06Merge pull request #317575 from risicle/ris-doc-stdenv-hardening-flags-updateThomas Gerbet1-0/+22
doc/stdenv: hardening flags: update, add sections on `fortify3`, `zerocallusedregs`, `trivialautovarinit`
2024-06-06Merge master into staging-nextgithub-actions[bot]1-0/+65
2024-06-06Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDepsDoron Behar1-0/+65
pnpm.fetchDeps: init
2024-06-06Merge master into haskell-updatesgithub-actions[bot]1-1/+3
2024-06-06Merge master into staging-nextgithub-actions[bot]1-1/+3
2024-06-05doc/stdenv: hardening flags: add section on trivialautovarinitRobert Scott1-0/+6
2024-06-05doc/stdenv: hardening flags: add section on zerocallusedregsRobert Scott1-0/+4
2024-06-05doc/stdenv: hardening flags: add section on fortify3Robert Scott1-0/+10
2024-06-05doc/stdenv: hardening flags: add note on conditional support for some flagsRobert Scott1-0/+2
2024-06-05Merge pull request #316144 from Aleksanaa/flutter-appsMaciej Krüger1-1/+3
{yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19
2024-06-05Merge master into haskell-updatesgithub-actions[bot]1-4/+2
2024-06-05Merge master into staging-nextgithub-actions[bot]1-4/+2
2024-06-04doc/hare: initCoutinho de Souza2-0/+54
2024-06-04doc: fix make-disk-image.nix exampleAlyssa Ross1-4/+2
2024-06-03{doc/android,release-notes}: update android-studio and androidenvMorgan Jones1-49/+73
2024-06-04doc/languages-frameworks/python: update contributing sectionnatsukium1-1/+16
2024-06-04doc/languages-frameworks/python: adjust expression to explanationnatsukium1-3/+2
2024-06-04doc/languages-frameworks/python: normalize pname and add descriptionnatsukium1-2/+3
2024-06-04doc/languages-frameworks/python: fix typonatsukium1-1/+1
2024-06-04doc/languages-frameworks/python: add extra information for pythonRelaxDepsHooknatsukium1-0/+2
2024-06-04doc/languages-frameworks/python: clean up build-systemnatsukium1-12/+3
add setuptools explicitly and remove wheel
2024-06-04doc/languages-frameworks/python: disable check explicitly and add ↵natsukium1-0/+10
pythonImportsCheck
2024-06-04doc/languages-frameworks/python: update the description for testsnatsukium1-19/+20
2024-06-03doc/javascript: pnpm: mention lack of monorepos/workspaces supportDoron Behar1-0/+2
2024-06-02pnpm.fetchDeps: initSefa Eyeoglu1-0/+63
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-02doc/languages-frameworks/python: update the description for pypa ↵natsukium1-11/+5
builder/instller
2024-06-01Merge master into haskell-updatesgithub-actions[bot]1-0/+5
2024-05-31Merge master into staging-nextgithub-actions[bot]1-0/+5
2024-05-31doc: improve the look of terms in definition lists (#313891)Daniel Sidhion1-0/+5
2024-05-31doc/dart: require to specify flutter versionaleksana1-1/+3
Context: @FlafyDev: I think flutter apps in nixpkgs should be required to specify a flutter version. like flutter319 and flutter322 instead of using flutter. https://github.com/NixOS/nixpkgs/pull/313711