summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge master into staging-nextgithub-actions[bot]2024-10-112-2/+2
|\
| * doc: fix typoLin Jian2024-10-112-2/+2
* | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-10-095-7/+7
|\|
| * treewide: replace `stdenv.is` in non nix files (#344342)Artturin2024-10-095-7/+7
| |\
| | * doc/python: correct platform conditionalArtturin2024-09-271-1/+1
| | * treewide: replace `stdenv.is` in non nix files•••Continuing e0464e47880a69896f0fb1810f00e0de469f770a Artturin2024-09-275-7/+7
* | | Merge master into staging-nextgithub-actions[bot]2024-10-071-1/+1
|\| |
| * | python3Packages.mkPythonEditablePackage: correct documentationKirill Radzikhovskyy2024-10-071-1/+1
* | | Merge master into staging-nextgithub-actions[bot]2024-10-062-0/+6
|\| |
| * | doc/hooks/desktop-file-utils: document hook (#341280)Peder Bergebakken Sundt2024-10-062-0/+6
| |\ \
| | * | doc/hooks/desktop-file-utils: document hookTomodachi942024-09-112-0/+6
* | | | Merge master into staging-nextgithub-actions[bot]2024-10-051-0/+3
|\| | |
| * | | Merge master into haskell-updatesgithub-actions[bot]2024-10-021-1/+1
| |\ \ \
| * \ \ \ Merge master into haskell-updatesgithub-actions[bot]2024-10-012-0/+109
| |\ \ \ \
| * \ \ \ \ Merge master into haskell-updatesgithub-actions[bot]2024-09-301-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch master into haskell-updates•••Conflicts from #341407 resolved. sternenseemann2024-09-272-4/+17
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge master into haskell-updatesgithub-actions[bot]2024-09-241-1/+2
| |\ \ \ \ \ \
| * | | | | | | pkgs.haskell.lib: Add disableParallelBuilding functionRodney Lorrimar2024-09-231-0/+3
* | | | | | | | Merge master into staging-nextgithub-actions[bot]2024-10-021-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | nodePackages.bower2nix: dropRobert Schütz2024-10-011-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-10-012-0/+109
|\| | | | | |
| * | | | | | doc: init tauri hook sectionseth2024-09-302-0/+109
| | |_|_|/ / | |/| | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2024-09-291-2/+2
|\| | | | |
| * | | | | doc/javascript: fix example usage of yarn hookslelgenio2024-09-281-2/+2
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'origin/master' into staging-nextK9002024-09-251-1/+14
|\| | | |
| * | | | dockerTools: set mtime to epoch by defaultTom Bereknyei2024-09-251-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". WxNzEMof2024-09-251-1/+14
* | | | | Merge master into staging-nextgithub-actions[bot]2024-09-241-3/+3
|\| | | |
| * | | | writeTextFile,doc/build-helpers: assert destination without a leading slash (...Philip Taron2024-09-241-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. networkException2024-09-211-3/+3
| | |/ /
* | | | Merge master into staging-nextgithub-actions[bot]2024-09-231-1/+2
|\| | |
| * | | ocamlPackages.elpi: use release tarball (#343266)•••coqPackages.metaFetch: Adding a github artifact option Co-authored-by: Cyril Cohen <cohen@crans.org>Vincent Laporte2024-09-231-1/+2
| |/ /
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002024-09-201-3/+13
|\| |
| * | Docs: highlight structure vision (#342978)•••Co-authored-by: Valentin Gagarin <valentin@gagarin.work>Johannes Kirschbauer2024-09-191-3/+13
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002024-09-171-1/+1
|\| |
| * | dotnet: infrastructure improvements (#336824)David McFarland2024-09-171-1/+1
| |\ \
| | * | doc/languages-frameworks/dotnet: improve documenation of fetch-depsDavid McFarland2024-09-171-1/+1
* | | | Merge staging-next into staginggithub-actions[bot]2024-09-176-18/+42
|\| | |
| * | | doc/maven: `fakeSha256` → `fakeHash`nicoo2024-09-171-2/+2
| * | | doc/coq: `sha256` → `hash`nicoo2024-09-171-11/+11
| * | | doc: update all `fetchurl` invocations with a `hash` in SRI formatnicoo2024-09-172-5/+5
| * | | doc/hooks/just: add documentation (#341871)h7x42024-09-172-0/+24
| |\ \ \ | | |/ / | |/| |
| | * | doc/hooks/just: add documentation•••Introduced in #247147 Part of #341479 Tomodachi942024-09-142-0/+24
* | | | Merge staging-next into staginggithub-actions[bot]2024-09-161-0/+6
|\| | |
| * | | doc/stdenv/stdenv: document runHook function (#341972)Aleksana2024-09-161-0/+6
| |\ \ \
| | * | | doc/stdenv/stdenv: document runHook function•••Not quite satisfied with this, but it's better than nothing. Tomodachi942024-09-141-0/+6
* | | | | Merge staging-next into staginggithub-actions[bot]2024-09-162-0/+30
|\| | | |
| * | | | doc/hooks/haredo: add documentation (#341886)Peder Bergebakken Sundt2024-09-162-0/+30
| |\ \ \ \
| | * | | | doc/hooks/haredo: add documentation•••Hook introduced in #269767 by @pbsds. Part of #341479. Tomodachi942024-09-142-0/+30
| | | |/ / | | |/| |
* | | | | Merge staging-next into staginggithub-actions[bot]2024-09-152-0/+8
|\| | | |