| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackagesExtensions: override all Python package sets at once•••Python package sets can be overridden by overriding an interpreter
and passing in `packageOverrides = self: super: {...};`. This is fine
in case you need a single interpreter, however, it does not help you
when you want to override all sets.
With this change it is possible to override all sets at once by
appending a list of "extensions" to `pythonPackagesExtensions`.
From reading the implementation you might wonder why a list is used, and
not
`lib.composeExtensions`? The reason is the latter requires knowledge of
the library function. This approach should be easier for most users
as it is similar to how we append to lists of e.g. inputs or patches
when overriding a derivation.
| Frederik Rietdijk | 2022-08-06 | 1 | -0/+20 |
| * | Merge pull request #174093 from NixOS/doc-fakenss•••nixos/doc: document fakeNss, binSh | Florian Klink | 2022-08-04 | 1 | -0/+29 |
| |\ |
|
| | * | nixos/doc: update contents to copyToRoot•••contents is deprecated now, use the copyToRoot attribute.
origin/doc-fakenss | Florian Klink | 2022-08-01 | 1 | -6/+7 |
| | * | Update doc/builders/images/dockertools.section.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | Florian Klink | 2022-08-01 | 1 | -1/+1 |
| | * | nixos/doc: document fakeNss, binSh | Florian Klink | 2022-08-01 | 1 | -0/+28 |
| * | | Correct instructions to obtain a hash for git repos | Matthias Bartelmeß | 2022-08-04 | 1 | -1/+1 |
| * | | Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-update•••doc/builders/fetchers: Add examples, reduce sentence complexity | Valentin Gagarin | 2022-08-03 | 1 | -3/+42 |
| |\ \ |
|
| | * | | Add example error message. | Cody Hiar | 2022-08-02 | 1 | -1/+5 |
| | * | | Updating sha256 to more realistic example | Cody Hiar | 2022-08-02 | 1 | -2/+2 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+5 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+2 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+3 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+1 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+2 |
| | * | | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | Cody Hiar | 2022-07-18 | 1 | -1/+1 |
| | * | | Updated wording from code review | Cody Hiar | 2022-07-04 | 1 | -2/+2 |
| | * | | Remove possessive apostrophes | Cody Hiar | 2022-06-29 | 1 | -2/+2 |
| | * | | doc/builders/fetchers: Add examples, reduce sentence complexity | Cody Hiar | 2022-06-28 | 1 | -3/+30 |
| * | | | Merge pull request #184848 from jtojnar/mkder-rec-anchor•••doc: Add anchor to Recursive attributes in `mkDerivation` | Valentin Gagarin | 2022-08-03 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | doc: Add anchor to Recursive attributes in `mkDerivation`•••So that we can link to it stably.
| Jan Tojnar | 2022-08-02 | 1 | -1/+1 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2022-08-02 | 1 | -3/+3 |
| |\| | | |
|
| | * | | | buildGoModule: add vendorHash•••the _unset hack is kind of ugly, but it needs to default to something
and it can't be null, because that already has special meaning
| ajs124 | 2022-08-02 | 1 | -3/+3 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2022-08-01 | 1 | -8/+29 |
| |\| | | |
|
| | * | | | Merge pull request #182702 from SuperSandro2000/yarn2nix-doc•••docs/javascript: advise to create less yarn.nix files | Valentin Gagarin | 2022-08-01 | 1 | -8/+29 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | docs/javascript: advise to create less yarn.nix files | Sandro Jäckel | 2022-07-30 | 1 | -8/+29 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-29 | 1 | -0/+1 |
| |\| | | |
|
| | * | | | Merge pull request #183422 from raboof/nixpkgs-docs-consistent-ids•••nixpkgs/doc: generate consistent docbook ids | Arnout Engelen | 2022-07-29 | 1 | -0/+1 |
| | |\ \ \ |
|
| | | * | | | nixpkgs/doc: generate consistent docbook ids•••to make diff'ing different versions of the generated docs less noisy
| Arnout Engelen | 2022-07-28 | 1 | -0/+1 |
| | | |/ / |
|
| * | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-28 | 2 | -13/+5 |
| |\| | | |
|
| | * | | | Merge pull request #183353 from raboof/nixpkgs-manual-unused-unfree•••nixpkgs/doc: remove unused `unfree.xml` | Arnout Engelen | 2022-07-28 | 2 | -13/+5 |
| | |\ \ \ |
|
| | | * | | | nixpkgs/doc: remove unused `unfree.xml`•••This section was broken out into its own file in efb55d2a42e but
apparently never actually got included anywhere.
Since then a more detailed section on using unfree packages has been
introduced.
Copied the introduction and removed the rest of the file.
| Arnout Engelen | 2022-07-28 | 2 | -13/+5 |
| | | |/ / |
|
| * | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-28 | 1 | -0/+1 |
| |\| | | |
|
| | * | | | Merge pull request #182273 from mdarocha/dotnet-self-contained-build•••buildDotnetModule: add option to make a self-contained build | Sandro | 2022-07-28 | 1 | -0/+1 |
| | |\ \ \ |
|
| | | * | | | buildDotnetModule: add documentation about selfContained flag | mdarocha | 2022-07-26 | 1 | -0/+1 |
| | | |/ / |
|
| * | | | | Merge pull request #182513 from trofi/strip-for-host-and-target•••gcc: enable stripping for cross-compilers | Bernardo Meurer | 2022-07-28 | 1 | -0/+8 |
| |\ \ \ \ |
|
| | * | | | | setup-hooks/strip.sh: add strip{All,Debug}ListTarget variables•••This change mimics existing strip{All,Debug}List variables to
allow special stripping directories just for Target.
The primary use case in mind is gcc where package has to install
both host and target ELFs. They have to be stripped by their own
strip tools accordingly.
Co-authored-by: Rick van Schijndel <Mindavi@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| Sergei Trofimovich | 2022-07-25 | 1 | -0/+8 |
| | | |/ /
| |/| | |
|
| * | | | | Merge pull request #179603 from Artturin/subplacemultiple | Artturi | 2022-07-24 | 1 | -2/+2 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | stdenv: substituteInPlace: accept multiple filenames•••I don't know if getopt is available everywhere, so I did not use it.
in any case, it can be changed to use getopt in the future if
needed.
| Artturin | 2022-06-29 | 1 | -2/+2 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-21 | 1 | -7/+13 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | Merge pull request #177219 from kenranunderscore/correct-nixpkgs-review-invoc...•••doc/contributing: replace outdated 'nix run' syntax for nixpkgs-review | Jan Tojnar | 2022-07-21 | 1 | -7/+13 |
| | |\ \ \ |
|
| | | * | | | doc/contributing: replace outdated 'nix run' commands•••Use `nix-shell` instead, but also give an example of the correct
flakes version of the commands.
| Johannes Maier | 2022-07-03 | 1 | -7/+13 |
| | | |/ / |
|
| * | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-17 | 1 | -1/+1 |
| |\| | | |
|
| | * | | | Merge pull request #181709 from aiotter/doc | Valentin Gagarin | 2022-07-16 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | doc: update cmake doc for better readability | aiotter | 2022-07-16 | 1 | -1/+1 |
| * | | | | | Merge pull request #181302 from Artturin/fixcross4•••lua-packages: fix eval failure when cross-compiling | Artturi | 2022-07-15 | 2 | -3/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | doc: move makeWrapper to nativeBuildInputs from buildInputs•••makeWrapper in buildInputs breaks cross-compilation with error: attribute 'runtimeShell' missing
| Artturin | 2022-07-14 | 2 | -3/+5 |
| * | | | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-15 | 1 | -19/+24 |
| |\ \ \ \ \ \
| |/ / / / /
|/| / / / /
| |/ / / / |
|
| | * | | | | Merge pull request #177732 from tljuniper/python-doc-typos•••doc/languages-frameworks: Fix typos | Valentin Gagarin | 2022-07-15 | 1 | -19/+24 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | doc/languages-frameworks: typos | tljuniper | 2022-06-21 | 1 | -19/+24 |
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2022-07-13 | 1 | -1/+3 |
| |\| | | | |
|