summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: update docs for portableService, follow doc conventionsDS2024-02-292-54/+148
* Merge pull request #290886 from DanielSidhion/update-ocitools•••doc: update docs in ociTools, follow doc conventionsSilvan Mosberger2024-02-292-20/+88
|\
| * doc: update docs in ociTools, follow doc conventionsDS2024-02-292-20/+88
* | Merge pull request #291715 from DanielSidhion/document-private-key•••doc: document publicly-known private key for darwin.linux-builderDaniel Sidhion2024-02-281-0/+7
|\ \
| * | doc: document publicly-known private key for darwin.linux-builderDS2024-02-261-0/+7
* | | doc: fix darwin-builder doc (#291518)yihuang2024-02-281-1/+4
* | | Merge pull request #282886 from WxNzEMof/docker-tools-uid•••Allow streaming layered containers with non-root Nix storeRobert Hensing2024-02-281-0/+10
|\ \ \ | |/ / |/| |
| * | Document the new streamLayeredImage parametersWxNzEMof2024-02-261-0/+10
* | | doc: Fix typo resulting in broken link in manual•••I was looking at https://nixos.org/manual/nixpkgs/stable/#buildpythonpackage-parameters to import a Python package and noticed that the link for the `hooks` in `pyproject` option is broken due to a typo (used <kbd>0</kbd> instead of <kbd>)</kbd>). Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com> Mihai Maruseac2024-02-261-1/+1
|/ /
* | Merge branch 'master' into staging-nextWeijia Wang2024-02-231-0/+4
|\|
| * doc/fetchers: document downloadToTemp for fetchurl (#288762)•••* doc/fetchers: document downloadToTemp for fetchurl Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Matthieu Coudron2024-02-221-0/+4
* | Merge master into staging-nextgithub-actions[bot]2024-02-201-37/+45
|\|
| * Merge pull request #271597 from adisbladis/python-runtime-build-time-sep•••python3.pkgs.buildPythonPackage: Separate runtime & build time dependenciesMartin Weinelt2024-02-201-37/+45
| |\
| | * mk-python-derivation: Add build-system argument•••Much like the previous commit that adds dependencies & optional-dependencies this aligns PEP-517 build systems with how they are defined in PEP-518/PEP-621. The naming `build-system` (singular) is aligned with upstream Python standards. adisbladis2024-02-181-16/+17
| | * mk-python-derivation: Add dependencies & optional-dependencies arguments•••Since https://github.com/NixOS/nixpkgs/pull/161835 we've had the concept of `passthru.optional-dependencies` for Python optional deps. Having to explicitly put optional-dependencies in the passthru attrset is a bit strange API-wise, even though it semantically makes sense. This change unifies the handling of non-optional & optional Python dependencies using the names established from PEP-621 (standardized pyproject.toml project metadata). adisbladis2024-02-181-26/+33
* | | Merge master into staging-nextgithub-actions[bot]2024-02-191-0/+7
|\| |
| * | Merge pull request #289584 from athre0z/docker-zstd•••dockerTools: configurable compression schemaRobert Hensing2024-02-191-0/+7
| |\ \ | | |/ | |/|
| | * dockerTools: configurable compression schema•••This commit adds support for swapping out the compression algorithm used in all major docker-tools commands that generate images. The default algorithm remains unchanged (gzip). Joel Höner2024-02-171-0/+7
* | | buildLuarocksPackage: accept structured luarocks config•••There is an arbitrary mapping being done right now between nixpkgs lua infrastructre and luarocks config schema. This is confusing if you use lua so let's make it possible to use the lua names in the nixpkgs, thanks to the lib.generators.toLua convertor. The only nixpkgs thing to remember should be to put the config into `luarocksConfig` `buildLuarocksPackage.extraVariables` should become `buildLuarocksPackage.luarocksConfig.variables` Matthieu Coudron2024-02-171-0/+5
* | | Merge staging-next into staginggithub-actions[bot]2024-02-153-43/+43
|\| |
| * | Merge pull request #288414 from DanielSidhion/last-dockertools-fixes•••doc: update dockerTools to use long-form docker commands, improve wordingSilvan Mosberger2024-02-151-31/+31
| |\ \
| | * | doc: use long-form docker commands, improve wordingDS2024-02-121-31/+31
| * | | Merge pull request #288681 from thanegill/patch-6•••Docs: Fix syntax error in darwin-builder.section.mdSilvan Mosberger2024-02-151-1/+1
| |\ \ \
| | * | | Fix syntax error in darwin-builder.section.mdThane Gill2024-02-131-1/+1
| | |/ /
| * | | Merge pull request #287331 from booniepepper/doc/prefer-cargoHash-attribute•••doc: consistently prefer and lead with cargoHash over cargoSha256Silvan Mosberger2024-02-151-11/+11
| |\ \ \ | | |/ / | |/| |
| | * | doc: consistently prefer and lead with cargoHash over cargSha256Justin "J.R." Hill2024-02-081-11/+11
| | |/
* | | Merge pull request #287957 from DavHau/python•••pythonCatchConflictsHook: scan $out, not sys.path (2)lassulus2024-02-131-1/+1
|\ \ \ | |/ / |/| |
| * | pythonCatchConflictsHook: improve docsDavHau2024-02-131-1/+1
| |/
* | Merge pull request #287169 from K900/qt-docs•••doc/qt: refreshK9002024-02-121-34/+23
|\ \ | |/ |/|
| * doc/qt: refresh•••Make examples don't require a custom callPackage, remove note on multiversioning, reword a few things. Fixes #287015 K9002024-02-111-34/+23
* | doc: update buildNixShellImage docs, add streamNixShellImage docsDS2024-02-082-80/+228
* | Merge pull request #285223 from DanielSidhion/update-dockertools-envhelpers•••doc: update environment helpers in dockerTools docs, add fakeNss sectionSilvan Mosberger2024-02-084-58/+236
|\ \
| * | doc: update environment helpers in dockerTools docs, add fakeNss section•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> DS2024-02-014-58/+236
* | | Merge pull request #286483 from ysndr/fix/doc/installmanpage/output•••fix: include reference and link to `outputMan` in the doc of `installManPage`Silvan Mosberger2024-02-081-1/+1
|\ \ \
| * | | fix: include reference and link to `outputMan`Yannik Sander2024-02-051-1/+1
| | |/ | |/|
* | | Merge pull request #285655 from itslychee/revision/dotnet-docs•••doc: clarify usage of nuget-to-nix in dotnet.section.mdSilvan Mosberger2024-02-081-2/+46
|\ \ \ | |/ / |/| |
| * | doc: clarify usage of nuget-to-nix in dotnet.section.md•••I believe it would be helpful to better explain how to use `nuget-to-nix` for those who aren't familar with the .NET ecosystem as I was personally stumped on how to use it. lychee2024-02-041-2/+46
* | | Merge pull request #284632 from OPNA2608/fix/dart-docs-unstableVersion•••docs/dart: Update unstable version exampleWeijia Wang2024-02-041-1/+1
|\ \ \
| * | | docs/dart: Update unstable version exampleOPNA26082024-01-291-1/+1
| |/ /
* | | Merge pull request #283080 from marsam/postgresql-test-hook-settings•••postgresqlTestHook: add postgresqlExtraSettings variableMario Rodas2024-02-041-0/+1
|\ \ \
| * | | postgresqlTestHook: add postgresqlExtraSettings variable•••Add `postgresqlExtraSettings` to allow to setup the `postgresql.conf`. This would be useful in cases where we need to set `shared_preload_libraries`. Mario Rodas2024-01-221-0/+1
* | | | Merge branch 'optionalDrvAttr'Shea Levy2024-02-021-0/+1
|\ \ \ \
| * | | | lib: Add optionalDrvAttr to conditionally set drv attributes.•••This allows for adding new, conditionally set, derivation attributes to an existing derivation without changing any output paths in the case where the condition is not met. Shea Levy2024-02-021-0/+1
| | |_|/ | |/| |
* | | | writeShellApplication: Update manualRebecca Turner2024-02-011-6/+7
* | | | Merge pull request #233587 from Munksgaard/fix-beam-modules-quotation-marks•••beam-modules: Fix missing quotation marksYt2024-02-011-1/+1
|\ \ \ \
| * | | | beam-modules: Fix missing quotation marks•••The given command doesn't work without quotation marks around the expression to be run. Philip Munksgaard2023-05-231-1/+1
* | | | | doc: update dockerTools.exportImage content and use doc conventions (#283392)•••* doc: update dockerTools.exportImage content and use doc conventions * Apply suggestions from code review Co-authored-by: Silvan Mosberger <github@infinisil.com> --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>Daniel Sidhion2024-02-011-10/+196
* | | | | Merge pull request #284097 from cpick/doc-nixpkgs-unstable•••doc: consistently use nixpkgs-unstable and "nixpkgs repository"Silvan Mosberger2024-02-011-6/+6
|\ \ \ \ \
| * | | | | doc: consistently use `nixpkgs-unstable` and "nixpkgs repository"•••Rename channel `nixpkgs` to `nixpkgs-unstable`. Based on the [repo branches](https://github.com/NixOS/nixpkgs/branches) and [channel status](https://status.nixos.org) I don't believe there is a `nixpkgs` channel. This confused me as a Nixpkgs beginner. Rename to `nixpkgs-unstable`, which does exist. Refer to "nixpkgs repository" consitently. Make the capitalization and "code quoting" consistent when referring to the repository itself. Chris Pick2024-01-301-6/+6
* | | | | | doc/haskell: don't use lib.recursiveUpdate in overlays•••`lib.recursiveUpdate` indiscriminately recurses into all attribute sets, also into derivations. This means that it is possible that evaluating a derivation in the final haskell package set can cause something in `prev.haskell` to be forced by `recursiveUpdate`, potentially causing an evaluation error that should not happen. It can be fixed using a well-crafted predicate for `lib.recursiveUpdateUntil`, but most robust is just explicitly writing out the desired merging manually. sternenseemann2024-01-311-26/+30