about summary refs log tree commit diff
path: root/doc/stdenv
AgeCommit message (Expand)AuthorFilesLines
2024-04-08doc/stdenv: document prefixKey more precisely (#302535)Aleksana1-2/+2
2024-03-30Revert "stdenv: add meta.repository field"K9001-4/+0
2024-03-29Merge pull request #294347 from lolbinarycat/meta.repositorya-n-n-a-l-e-e1-0/+4
2024-03-29stdenv: add meta.repository fieldbinarycat1-0/+4
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß4-64/+112
2024-03-28treewide: Mark Nix blocks in markdown as NixJanne Heß1-1/+1
2024-03-06Nix docs: remove `with lib;` from example codeAnderson Torres1-4/+4
2024-01-18Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-01-14stdenv: substituteStream: deprecate --replace in favor of --replace-{fail,war...Peder Bergebakken Sundt2-7/+18
2024-01-03doc: replace pcre with pcre2 in example scriptOlivia Crain1-2/+2
2023-12-21Merge pull request #271797 from bzm3r/masterSilvan Mosberger1-4/+40
2023-12-21doc: Clarify dependency propagationBrian Merchant1-4/+40
2023-12-20Merge pull request #271360 from mattpolzin/patch-1Silvan Mosberger1-3/+3
2023-12-16doc: Update stdenv.chapter.md (#274706)Danila Danko1-1/+1
2023-11-30doc: clarify stdenv phase flag attributesMathew Polzin1-3/+3
2023-11-20doc/stdenv: update manual phases execution instructionsIvan Mincik1-3/+8
2023-11-09doc: avoid 'simply' (#266434)Arnout Engelen1-4/+4
2023-11-07doc: rename sub-section Recursive attributes in stdenv -> Fixed-point argumen...Yueh-Shun Li1-1/+1
2023-10-23doc/stdenv: rewrite manual build procedure to be closer to an auto-build (#26...Jade Lovelace1-6/+43
2023-09-29nixpkgs manual: add an alternative example in stdenv-separateDebugInfo (#257861)Alejandro Sánchez Medina1-4/+47
2023-09-27doc: fix wrong flag in description of `bindnow`Felix Yan1-1/+1
2023-09-25remove the misleading warning on using `nix-env` for split outputs (#255947)Valentin Gagarin1-39/+5
2023-09-15Merge pull request #254967 from nbraud/sha256-to-hash/top-levelMaciej Krüger1-1/+1
2023-09-14doc: link, instead of just mentioning, Nix manual (#255126)asymmetric1-1/+1
2023-09-14Link to usage of pkg description instead of referring to nix-env (#255127)Maximilian Ehlers1-1/+2
2023-09-13doc: Replace `sha256` with `hash` where appropriatenicoo1-1/+1
2023-09-05Merge pull request #218783 from timbertson/stripExcludeExtensionsArtturi1-0/+22
2023-09-03setup-hooks/strip: add stripExcludeTim Cuthbertson1-0/+22
2023-08-29Merge pull request #245583 from galenhuntington/doc-fixArtturi1-1/+1
2023-08-15doc/stdenv/stdenv.chapter.md: add information about nix-update-script and nix...Nick Hu1-0/+10
2023-08-04treewide: update mainProgram docsArtturin1-1/+1
2023-08-03doc: make `sourceRoot` and `setSourceRoot` documentation match the implementa...Jan Malakhovski1-2/+7
2023-07-26doc/stdenv: Minor syntax fix.Galen Huntington1-1/+1
2023-07-01doc: render nixpkgs manual with nrdpennae1-8/+3
2023-06-13Merge pull request #237068 from pennae/manual-normalizationValentin Gagarin2-4/+5
2023-06-11doc: correct typos and spelling (#237098)Andrew2-2/+2
2023-06-10doc: normalize markdown for nixos-render-docspennae2-4/+5
2023-05-30doc: clarify that meta.timeout is only for HydraAlyssa Ross1-1/+1
2023-05-20doc: fix typoNicolas Benes1-1/+1
2023-05-18doc/stdenv/Dependencies: fix inference rule var nameJan Tojnar1-1/+1
2023-04-24doc/stdenv/meta.chapter.md: document meta.badPlatforms (#225276)Adam Joseph1-1/+18
2023-04-24Merge pull request #225272 from amjoseph-nixpkgs/pr/docs/broken-vs-badPlatformsAdam Joseph1-1/+20
2023-04-23remove trailing whitespaceAdam Joseph1-1/+1
2023-04-24Update doc/stdenv/meta.chapter.mdAdam Joseph1-1/+17
2023-04-24Update doc/stdenv/meta.chapter.mdAdam Joseph1-1/+2
2023-04-15doc/stdenv: don't use name in examples, highlight preferring pnamegilice1-4/+8
2023-04-11doc/stdenv/meta.chapter.md: explain difference between broken and badPlatformsAdam Joseph1-1/+3
2023-03-27doc: assign ids to many headingspennae2-9/+9
2023-03-21Merge pull request #200951 from jtojnar/docs-update-script-commit-featureValentin Gagarin1-21/+89
2023-03-21docs/stdenv: Document updateScript featuresJan Tojnar1-18/+79