| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge master into staging-next | github-actions[bot] | 2024-10-11 | 2 | -2/+2 |
| |\ |
|
| | * | doc: fix typo | Lin Jian | 2024-10-11 | 2 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-10-09 | 5 | -7/+7 |
| |\| |
|
| | * | treewide: replace `stdenv.is` in non nix files (#344342) | Artturin | 2024-10-09 | 5 | -7/+7 |
| | |\ |
|
| | | * | doc/python: correct platform conditional | Artturin | 2024-09-27 | 1 | -1/+1 |
| | | * | treewide: replace `stdenv.is` in non nix files•••Continuing e0464e47880a69896f0fb1810f00e0de469f770a
| Artturin | 2024-09-27 | 5 | -7/+7 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-10-07 | 1 | -1/+1 |
| |\| | |
|
| | * | | python3Packages.mkPythonEditablePackage: correct documentation | Kirill Radzikhovskyy | 2024-10-07 | 1 | -1/+1 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-10-06 | 2 | -0/+6 |
| |\| | |
|
| | * | | doc/hooks/desktop-file-utils: document hook (#341280) | Peder Bergebakken Sundt | 2024-10-06 | 2 | -0/+6 |
| | |\ \ |
|
| | | * | | doc/hooks/desktop-file-utils: document hook | Tomodachi94 | 2024-09-11 | 2 | -0/+6 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2024-10-05 | 1 | -0/+3 |
| |\| | | |
|
| | * | | | Merge master into haskell-updates | github-actions[bot] | 2024-10-02 | 1 | -1/+1 |
| | |\ \ \ |
|
| | * \ \ \ | Merge master into haskell-updates | github-actions[bot] | 2024-10-01 | 2 | -0/+109 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge master into haskell-updates | github-actions[bot] | 2024-09-30 | 1 | -2/+2 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch master into haskell-updates•••Conflicts from #341407 resolved.
| sternenseemann | 2024-09-27 | 2 | -4/+17 |
| | |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-09-24 | 1 | -1/+2 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | pkgs.haskell.lib: Add disableParallelBuilding function | Rodney Lorrimar | 2024-09-23 | 1 | -0/+3 |
| * | | | | | | | | Merge master into staging-next | github-actions[bot] | 2024-10-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| | * | | | | | | | nodePackages.bower2nix: drop | Robert Schütz | 2024-10-01 | 1 | -1/+1 |
| | | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-10-01 | 2 | -0/+109 |
| |\| | | | | | |
|
| | * | | | | | | doc: init tauri hook section | seth | 2024-09-30 | 2 | -0/+109 |
| | | |_|_|/ /
| |/| | | | |
|
| * | | | | | | Merge master into staging-next | github-actions[bot] | 2024-09-29 | 1 | -2/+2 |
| |\| | | | | |
|
| | * | | | | | doc/javascript: fix example usage of yarn hooks | lelgenio | 2024-09-28 | 1 | -2/+2 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2024-09-25 | 1 | -1/+14 |
| |\| | | | |
|
| | * | | | | dockerTools: set mtime to epoch by default | Tom Bereknyei | 2024-09-25 | 1 | -2/+2 |
| | * | | | | dockerTools: Allow separately specifying metadata and filesystem timestamps•••Setting the image creation timestamp in the image metadata to a
constant date can cause problems with self-hosted container
registries, that need to e.g. prune old images. This timestamp is
also useful for debugging.
However, it is almost never useful to set the filesystem timestamp to
a constant value. Doing so not only causes the image to possibly no
longer be reproducible, but also removes any possibility of
deduplicating layers with other images, causing unnecessary storage
space usage.
Therefore, this commit introduces "mtime", a new parameter to
streamLayeredImage, which allows specifying the filesystem timestamps
separately from "created". For backwards compatibility, "mtime"
defaults to the value of "created".
| WxNzEMof | 2024-09-25 | 1 | -1/+14 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2024-09-24 | 1 | -3/+3 |
| |\| | | | |
|
| | * | | | | writeTextFile,doc/build-helpers: assert destination without a leading slash (... | Philip Taron | 2024-09-24 | 1 | -3/+3 |
| | |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | * | | | doc/build-helpers: fix wrong invokations of writeTextFile with destination•••This patch fixes occurances of writeTextFile invokations with
a destination set but without a leading slash. This would cause
an opaque build time error.
| networkException | 2024-09-21 | 1 | -3/+3 |
| | | |/ / |
|
| * | | | | Merge master into staging-next | github-actions[bot] | 2024-09-23 | 1 | -1/+2 |
| |\| | | |
|
| | * | | | ocamlPackages.elpi: use release tarball (#343266)•••coqPackages.metaFetch: Adding a github artifact option
Co-authored-by: Cyril Cohen <cohen@crans.org> | Vincent Laporte | 2024-09-23 | 1 | -1/+2 |
| | |/ / |
|
| * | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2024-09-20 | 1 | -3/+13 |
| |\| | |
|
| | * | | Docs: highlight structure vision (#342978)•••Co-authored-by: Valentin Gagarin <valentin@gagarin.work> | Johannes Kirschbauer | 2024-09-19 | 1 | -3/+13 |
| * | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2024-09-17 | 1 | -1/+1 |
| |\| | |
|
| | * | | dotnet: infrastructure improvements (#336824) | David McFarland | 2024-09-17 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | doc/languages-frameworks/dotnet: improve documenation of fetch-deps | David McFarland | 2024-09-17 | 1 | -1/+1 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-09-17 | 6 | -18/+42 |
| |\| | | |
|
| | * | | | doc/maven: `fakeSha256` → `fakeHash` | nicoo | 2024-09-17 | 1 | -2/+2 |
| | * | | | doc/coq: `sha256` → `hash` | nicoo | 2024-09-17 | 1 | -11/+11 |
| | * | | | doc: update all `fetchurl` invocations with a `hash` in SRI format | nicoo | 2024-09-17 | 2 | -5/+5 |
| | * | | | doc/hooks/just: add documentation (#341871) | h7x4 | 2024-09-17 | 2 | -0/+24 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | doc/hooks/just: add documentation•••Introduced in #247147
Part of #341479
| Tomodachi94 | 2024-09-14 | 2 | -0/+24 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-09-16 | 1 | -0/+6 |
| |\| | | |
|
| | * | | | doc/stdenv/stdenv: document runHook function (#341972) | Aleksana | 2024-09-16 | 1 | -0/+6 |
| | |\ \ \ |
|
| | | * | | | doc/stdenv/stdenv: document runHook function•••Not quite satisfied with this, but it's better than nothing.
| Tomodachi94 | 2024-09-14 | 1 | -0/+6 |
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2024-09-16 | 2 | -0/+30 |
| |\| | | | |
|
| | * | | | | doc/hooks/haredo: add documentation (#341886) | Peder Bergebakken Sundt | 2024-09-16 | 2 | -0/+30 |
| | |\ \ \ \ |
|
| | | * | | | | doc/hooks/haredo: add documentation•••Hook introduced in #269767 by @pbsds.
Part of #341479.
| Tomodachi94 | 2024-09-14 | 2 | -0/+30 |
| | | | |/ /
| | |/| | |
|
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2024-09-15 | 2 | -0/+8 |
| |\| | | | |
|