| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: update docs for portableService, follow doc conventions | DS | 2024-02-29 | 2 | -54/+148 |
| * | Merge pull request #290886 from DanielSidhion/update-ocitools•••doc: update docs in ociTools, follow doc conventions | Silvan Mosberger | 2024-02-29 | 2 | -20/+88 |
| |\ |
|
| | * | doc: update docs in ociTools, follow doc conventions | DS | 2024-02-29 | 2 | -20/+88 |
| * | | Merge pull request #291715 from DanielSidhion/document-private-key•••doc: document publicly-known private key for darwin.linux-builder | Daniel Sidhion | 2024-02-28 | 1 | -0/+7 |
| |\ \ |
|
| | * | | doc: document publicly-known private key for darwin.linux-builder | DS | 2024-02-26 | 1 | -0/+7 |
| * | | | doc: fix darwin-builder doc (#291518) | yihuang | 2024-02-28 | 1 | -1/+4 |
| * | | | Merge pull request #282886 from WxNzEMof/docker-tools-uid•••Allow streaming layered containers with non-root Nix store | Robert Hensing | 2024-02-28 | 1 | -0/+10 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Document the new streamLayeredImage parameters | WxNzEMof | 2024-02-26 | 1 | -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 Maruseac | 2024-02-26 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'master' into staging-next | Weijia Wang | 2024-02-23 | 1 | -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 Coudron | 2024-02-22 | 1 | -0/+4 |
| * | | Merge master into staging-next | github-actions[bot] | 2024-02-20 | 1 | -37/+45 |
| |\| |
|
| | * | Merge pull request #271597 from adisbladis/python-runtime-build-time-sep•••python3.pkgs.buildPythonPackage: Separate runtime & build time dependencies | Martin Weinelt | 2024-02-20 | 1 | -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.
| adisbladis | 2024-02-18 | 1 | -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).
| adisbladis | 2024-02-18 | 1 | -26/+33 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-02-19 | 1 | -0/+7 |
| |\| | |
|
| | * | | Merge pull request #289584 from athre0z/docker-zstd•••dockerTools: configurable compression schema | Robert Hensing | 2024-02-19 | 1 | -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öner | 2024-02-17 | 1 | -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 Coudron | 2024-02-17 | 1 | -0/+5 |
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-02-15 | 3 | -43/+43 |
| |\| | |
|
| | * | | Merge pull request #288414 from DanielSidhion/last-dockertools-fixes•••doc: update dockerTools to use long-form docker commands, improve wording | Silvan Mosberger | 2024-02-15 | 1 | -31/+31 |
| | |\ \ |
|
| | | * | | doc: use long-form docker commands, improve wording | DS | 2024-02-12 | 1 | -31/+31 |
| | * | | | Merge pull request #288681 from thanegill/patch-6•••Docs: Fix syntax error in darwin-builder.section.md | Silvan Mosberger | 2024-02-15 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | Fix syntax error in darwin-builder.section.md | Thane Gill | 2024-02-13 | 1 | -1/+1 |
| | | |/ / |
|
| | * | | | Merge pull request #287331 from booniepepper/doc/prefer-cargoHash-attribute•••doc: consistently prefer and lead with cargoHash over cargoSha256 | Silvan Mosberger | 2024-02-15 | 1 | -11/+11 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | doc: consistently prefer and lead with cargoHash over cargSha256 | Justin "J.R." Hill | 2024-02-08 | 1 | -11/+11 |
| | | |/ |
|
| * | | | Merge pull request #287957 from DavHau/python•••pythonCatchConflictsHook: scan $out, not sys.path (2) | lassulus | 2024-02-13 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | pythonCatchConflictsHook: improve docs | DavHau | 2024-02-13 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #287169 from K900/qt-docs•••doc/qt: refresh | K900 | 2024-02-12 | 1 | -34/+23 |
| |\ \
| |/
|/| |
|
| | * | doc/qt: refresh•••Make examples don't require a custom callPackage, remove note on multiversioning, reword a few things.
Fixes #287015
| K900 | 2024-02-11 | 1 | -34/+23 |
| * | | doc: update buildNixShellImage docs, add streamNixShellImage docs | DS | 2024-02-08 | 2 | -80/+228 |
| * | | Merge pull request #285223 from DanielSidhion/update-dockertools-envhelpers•••doc: update environment helpers in dockerTools docs, add fakeNss section | Silvan Mosberger | 2024-02-08 | 4 | -58/+236 |
| |\ \ |
|
| | * | | doc: update environment helpers in dockerTools docs, add fakeNss section•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| DS | 2024-02-01 | 4 | -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 Mosberger | 2024-02-08 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | fix: include reference and link to `outputMan` | Yannik Sander | 2024-02-05 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | Merge pull request #285655 from itslychee/revision/dotnet-docs•••doc: clarify usage of nuget-to-nix in dotnet.section.md | Silvan Mosberger | 2024-02-08 | 1 | -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.
| lychee | 2024-02-04 | 1 | -2/+46 |
| * | | | Merge pull request #284632 from OPNA2608/fix/dart-docs-unstableVersion•••docs/dart: Update unstable version example | Weijia Wang | 2024-02-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | docs/dart: Update unstable version example | OPNA2608 | 2024-01-29 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge pull request #283080 from marsam/postgresql-test-hook-settings•••postgresqlTestHook: add postgresqlExtraSettings variable | Mario Rodas | 2024-02-04 | 1 | -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 Rodas | 2024-01-22 | 1 | -0/+1 |
| * | | | | Merge branch 'optionalDrvAttr' | Shea Levy | 2024-02-02 | 1 | -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 Levy | 2024-02-02 | 1 | -0/+1 |
| | | |_|/
| |/| | |
|
| * | | | | writeShellApplication: Update manual | Rebecca Turner | 2024-02-01 | 1 | -6/+7 |
| * | | | | Merge pull request #233587 from Munksgaard/fix-beam-modules-quotation-marks•••beam-modules: Fix missing quotation marks | Yt | 2024-02-01 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | beam-modules: Fix missing quotation marks•••The given command doesn't work without quotation marks around the expression to
be run.
| Philip Munksgaard | 2023-05-23 | 1 | -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 Sidhion | 2024-02-01 | 1 | -10/+196 |
| * | | | | | Merge pull request #284097 from cpick/doc-nixpkgs-unstable•••doc: consistently use nixpkgs-unstable and "nixpkgs repository" | Silvan Mosberger | 2024-02-01 | 1 | -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 Pick | 2024-01-30 | 1 | -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.
| sternenseemann | 2024-01-31 | 1 | -26/+30 |