Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-28 | doc: add a generic section on exploring package sets (#317392) | Valentin Gagarin | 2 | -75/+58 | |
this removes the hard-coded listing from the Haskell examples, which can later be replaced by a dynamic one as for the Python interpreters * fix broken reference * clarify why using `nix-env --query` makes sense Co-authored-by: wamirez <wamirez@protonmail.com> | |||||
2024-06-26 | Merge pull request #312407 from hsjobeki/doc/lib-generators | Silvan Mosberger | 2 | -1/+2 | |
doc: init lib.generators reference documentation | |||||
2024-06-25 | doc: remove outdated Steam documentation related to Java | Jdogzz | 1 | -14/+0 | |
Fixes #297694. | |||||
2024-06-26 | Merge pull request #322184 from YoshiRulz/dotnet-docs | éclairevoyant | 1 | -6/+9 | |
doc: Update note under `buildDotnetModule` to reflect actual behaviour | |||||
2024-06-26 | doc: Update note under `buildDotnetModule` to reflect actual behaviour | YoshiRulz | 1 | -6/+9 | |
2024-06-25 | Merge pull request #322006 from mattpolzin/buildIdris-better-lib-ergonomics | Fabián Heredia Montiel | 1 | -4/+4 | |
idris2Packages.buildIdris: better lib ergonomics | |||||
2024-06-24 | Merge pull request #315700 from sysraccoon/android-doc-fix | Artturin | 1 | -11/+11 | |
doc: swap ANDROID_HOME and ANDROID_SDK_ROOT in android section | |||||
2024-06-24 | vimPlugins.nvim-treesitter: fix update.py and update documentation (#321535) | Mango The Fourth | 1 | -1/+1 | |
* vimPlugins.nvim-treesitter: fix update.py and update documentation | |||||
2024-06-23 | doc: adopt new buildIdris changes in docs | Mathew Polzin | 1 | -4/+4 | |
2024-06-22 | Merge pull request #320107 from Artturin/makesetuphookdoc | Artturin | 1 | -10/+28 | |
doc: Improve the `makeSetupHook` example | |||||
2024-06-21 | Merge pull request #321272 from Aleksanaa/flutter-doc | Aleksana | 1 | -1/+1 | |
doc/dart: minor fix to example code | |||||
2024-06-21 | build-support/ocaml: deprecate minimumOCamlVersion (#319907) | superherointj | 1 | -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-20 | doc/dart: minor fix to example code | aleksana | 1 | -1/+1 | |
2024-06-16 | Merge pull request #315233 from numinit/android-studio-full | Pol Dellaiera | 1 | -49/+73 | |
android-studio-full: init | |||||
2024-06-15 | doc: Improve the `makeSetupHook` example | Artturin | 1 | -10/+28 | |
also format it with nixfmt | |||||
2024-06-15 | doc: Prevent unnecessary rebuilds | Silvan Mosberger | 1 | -1/+14 | |
Especially when only Nix files are changed | |||||
2024-06-15 | doc: Remove unneeded functions/library dir | Silvan Mosberger | 1 | -0/+0 | |
All its files were removed years ago! | |||||
2024-06-15 | doc: Use build-time to insert dynamic python interpreter table | Silvan Mosberger | 1 | -8/+6 | |
Nix eval isn't made to patch stuff, it's more flexible to do it at build time | |||||
2024-06-14 | Merge pull request #319624 from flokli/rust-config | Ilan Joselevich | 1 | -7/+7 | |
config.rust: update references from rustc | |||||
2024-06-13 | config.rust: update references from rustc | Florian Klink | 1 | -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-13 | doc/haskell: Dedup and edit justStaticExecutables | Robert Hensing | 1 | -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-12 | Merge master into staging-next | github-actions[bot] | 1 | -13/+7 | |
2024-06-11 | doc: use linuxPackages_custom instead of linuxManualConfig (#319046) | Pankaj Raghav | 1 | -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-11 | Merge master into staging-next | github-actions[bot] | 1 | -49/+62 | |
2024-06-11 | Merge pull request #316591 from natsukium/python-docs/update | OTABI Tomoya | 1 | -49/+62 | |
doc/languages-frameworks/python: update | |||||
2024-06-11 | Merge master into staging-next | github-actions[bot] | 6 | -248/+166 | |
2024-06-11 | doc: add stdenv passthru chapter (#315909) | Travis A. Everett | 6 | -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-09 | Merge master into staging-next | github-actions[bot] | 1 | -8/+53 | |
2024-06-08 | Merge master into haskell-updates | github-actions[bot] | 1 | -4/+28 | |
2024-06-07 | Merge master into staging-next | github-actions[bot] | 1 | -4/+28 | |
2024-06-07 | Merge pull request #315616 from doronbehar/doc/installCheckPhase | Arnout Engelen | 1 | -4/+28 | |
doc/meta: Mention --version as a good usecase for installCheckPhase | |||||
2024-06-07 | Merge master into haskell-updates | github-actions[bot] | 4 | -0/+141 | |
2024-06-07 | Merge master into staging-next | github-actions[bot] | 3 | -0/+76 | |
2024-06-06 | Merge pull request #295155 from onemoresuza/hare-hook | Peder Bergebakken Sundt | 2 | -0/+54 | |
hareHook: init | |||||
2024-06-06 | Merge pull request #317575 from risicle/ris-doc-stdenv-hardening-flags-update | Thomas Gerbet | 1 | -0/+22 | |
doc/stdenv: hardening flags: update, add sections on `fortify3`, `zerocallusedregs`, `trivialautovarinit` | |||||
2024-06-06 | Merge master into staging-next | github-actions[bot] | 1 | -0/+65 | |
2024-06-06 | Merge pull request #290715 from Scrumplex/pkgs/build-support/fetchPnpmDeps | Doron Behar | 1 | -0/+65 | |
pnpm.fetchDeps: init | |||||
2024-06-06 | Merge master into haskell-updates | github-actions[bot] | 1 | -1/+3 | |
2024-06-06 | Merge master into staging-next | github-actions[bot] | 1 | -1/+3 | |
2024-06-05 | doc/stdenv: hardening flags: add section on trivialautovarinit | Robert Scott | 1 | -0/+6 | |
2024-06-05 | doc/stdenv: hardening flags: add section on zerocallusedregs | Robert Scott | 1 | -0/+4 | |
2024-06-05 | doc/stdenv: hardening flags: add section on fortify3 | Robert Scott | 1 | -0/+10 | |
2024-06-05 | doc/stdenv: hardening flags: add note on conditional support for some flags | Robert Scott | 1 | -0/+2 | |
2024-06-05 | Merge pull request #316144 from Aleksanaa/flutter-apps | Maciej Krüger | 1 | -1/+3 | |
{yubioath-flutter, flet-client-flutter, fluffychat}: pin to flutter 3.19 | |||||
2024-06-05 | Merge master into haskell-updates | github-actions[bot] | 1 | -4/+2 | |
2024-06-05 | Merge master into staging-next | github-actions[bot] | 1 | -4/+2 | |
2024-06-04 | doc/hare: init | Coutinho de Souza | 2 | -0/+54 | |
2024-06-04 | doc: fix make-disk-image.nix example | Alyssa Ross | 1 | -4/+2 | |
2024-06-03 | {doc/android,release-notes}: update android-studio and androidenv | Morgan Jones | 1 | -49/+73 | |
2024-06-04 | doc/languages-frameworks/python: update contributing section | natsukium | 1 | -1/+16 | |