Commit Graph
576350 Commits
Author SHA1 Message Date
Pol DellaieraandGitHub 2047e2ce33 Merge pull request #282044 from leo248/deskreen
deskreen: init at 2.0.4
2024-01-25 19:31:14 +01:00
Ben SiraphobandGitHub 3bbdce5d83 Merge pull request #283550 from atorres1985-contrib/trealla
trealla: 2.32.13 -> 2.34.0
2024-01-25 13:22:36 -05:00
Michele Guerini RoccoandGitHub 999f33b0fb Merge pull request #270595 from rnhmjoj/pr-dnsdist
nixos/dnsdist: add options for dnscrypt
2024-01-25 19:21:36 +01:00
maxineandGitHub 3401c58f04 Merge pull request #283604 from p-rintz/pupdate
pupdate: rename from pocket-updater-utility
2024-01-25 18:50:41 +01:00
Nick CaoandGitHub e3ca01dedc Merge pull request #283759 from r-ryantm/auto-update/castxml
castxml: 0.6.3 -> 0.6.4
2024-01-25 12:42:29 -05:00
rnhmjoj f522af7174 nixos/release-notes: mention dnsdist DNSCrypt options 2024-01-25 18:28:41 +01:00
Nick CaoandGitHub c5234546b5 Merge pull request #280530 from r-ryantm/auto-update/supabase-cli
supabase-cli: 1.131.2 -> 1.137.2
2024-01-25 12:25:45 -05:00
rnhmjoj a41bd09059 nixos/tests/dnsdist: test dnscrypt support 2024-01-25 18:25:40 +01:00
rnhmjoj 1a1b91b3b9 nixos/dnsdist: add options for dnscrypt 2024-01-25 18:25:40 +01:00
rnhmjoj cc9de1626b nixos/tests/dnsdist: use runTest 2024-01-25 18:25:33 +01:00
Nick CaoandGitHub e56611fdc4 Merge pull request #283744 from r-ryantm/auto-update/litefs
litefs: 0.5.10 -> 0.5.11
2024-01-25 12:20:06 -05:00
Nick CaoandGitHub 5bdf40adec Merge pull request #283745 from r-ryantm/auto-update/lxgw-neoxihei
lxgw-neoxihei: 1.108 -> 1.109
2024-01-25 12:19:31 -05:00
Nick CaoandGitHub 605993f424 Merge pull request #283752 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.56.0 -> 1.57.0
2024-01-25 12:16:07 -05:00
Nick CaoandGitHub fce69046f2 Merge pull request #283757 from NickCao/julia-flaky
julia: skip more flaky tests
2024-01-25 12:14:43 -05:00
Alyssa Ross ea67e455d3 stdenvBootstrapTools: update aarch64 musl
The aarch64 musl bootstrap tools are woefully outdated.  Just getting
them to the point of being able to build new versions of themselves
required a number of hacks[1] that can be reverted once we have new
bootstrap tools, and before that it stdenv didn't even build for the
preceding three years.

[1]: https://github.com/NixOS/nixpkgs/pull/169764

So, following the script established by previous bootstrap tools
updates:

Files came from this Hydra build:

	https://hydra.nixos.org/build/246470544

…which used nixpkgs revision dd5621df6d
to instantiate:

	/nix/store/g480ass2vjmakaq03z7k2j95xnxh206a-stdenv-bootstrap-tools.drv

…and then built:

	/nix/store/95lm0y33dayag4542s8bi83s31bw68dr-stdenv-bootstrap-tools

I downloaded these files from Hydra and prefetched them into the Nix
store with the following commands:

	STOREPATH=95lm0y33dayag4542s8bi83s31bw68dr-stdenv-bootstrap-tools
	OPTIONS="--option binary-caches https://cache.nixos.org --option trusted-public-keys cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
	nix --extra-experimental-features nix-command store prefetch-file \
	  file://$(nix --extra-experimental-features nix-command store add-file --name bootstrap-tools.tar.xz  $(nix-store ${OPTIONS} -r /nix/store/${STOREPATH})/on-server/bootstrap-tools.tar.xz)
	nix --extra-experimental-features nix-command store prefetch-file --executable \
	  file://$(nix --extra-experimental-features nix-command store add-path --name busybox $(nix-store ${OPTIONS} -r /nix/store/${STOREPATH})/on-server/busybox)

These commands produced the following output:

	warning: you did not specify '--add-root'; the result might be removed by the garbage collector
	Downloaded 'file:///nix/store/fm8ys5bb737j82xgyiciyzpcwmzyi9b2-bootstrap-tools.tar.xz' to '/nix/store/jml0gh0q2rnc9sgr87irz0jfbl0fq545-fm8ys5bb737j82xgyiciyzpcwmzyi9b2-bootstrap-tools.tar.xz' (hash 'sha256-ZY9IMOmx1VOn6uoFDpdJbTnPX59TEkrVCzWNtjQ8/QE=').
	warning: you did not specify '--add-root'; the result might be removed by the garbage collector
	Downloaded 'file:///nix/store/rn9fx55mw2s0qg90zdjxa9xn11nlmjpg-busybox' to '/nix/store/9qylz8gqll63pprwkwlyfs9g4zilak2m-rn9fx55mw2s0qg90zdjxa9xn11nlmjpg-busybox' (hash 'sha256-WuOaun7U5enbOy8SuuCo6G1fbGwsO16jhy/oM8K0lAs=').

I used the hashes from the output above to create the fetchurl
invocation which is part of this commit.

I then started the bootstrap with the following command:

	nix --extra-experimental-features nix-command build -L -f . --arg localSystem '(import ./lib).systems.examples.aarch64-multiplatform-musl' hello

As @lovesegfault requested, here are the the sha256sums of all the
on-server components for extra verification:

	sha256sum /nix/store/${STOREPATH}/on-server/*

…which produced the following output:

	658f4830e9b1d553a7eaea050e97496d39cf5f9f53124ad50b358db6343cfd01  /nix/store/95lm0y33dayag4542s8bi83s31bw68dr-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
	20cdfecb084ddb6b6b958f2b78fd2cc1d9641632f81ec7d5a48fae0a963ad0fa  /nix/store/95lm0y33dayag4542s8bi83s31bw68dr-stdenv-bootstrap-tools/on-server/busybox
2024-01-25 18:13:54 +01:00
R. RyantmandBjørn Forsman fc5879c08d genimage: 16 -> 17 2024-01-25 17:55:30 +01:00
R. Ryantm bbc22ad117 supabase-cli: 1.131.2 -> 1.137.2 2024-01-25 16:31:37 +00:00
Doron BeharandGitHub 875cce1e72 Merge pull request #283448 from doronbehar/pkg/pwlf
python311Packages.pwlf: init at 2.2.1
2024-01-25 18:07:49 +02:00
Silvan MosbergerandGitHub 2c2b366c59 Merge pull request #283106 from DanielSidhion/update-dockertools-pullimage
doc: update dockerTools.pullImage content and use doc conventions
2024-01-25 16:54:18 +01:00
DSandSilvan Mosberger e08482a601 doc: update dockerTools.pullImage content and use doc conventions 2024-01-25 16:51:27 +01:00
Bernardo MeurerandGitHub c02e516abd Merge pull request #283681 from a-n-n-a-l-e-e/hqplayer-desktop-unpin-llvm
hqplayer-desktop: unpin llvm-10
2024-01-25 10:48:58 -05:00
Nick CaoandGitHub f7611cc50c Merge pull request #283760 from r-ryantm/auto-update/libcint
libcint: 6.1.0 -> 6.1.1
2024-01-25 10:45:15 -05:00
Nick CaoandGitHub e4d2946e25 Merge pull request #283763 from r-ryantm/auto-update/alacritty-theme
alacritty-theme: unstable-2024-01-15 -> unstable-2024-01-21
2024-01-25 10:44:25 -05:00
Nick CaoandGitHub 53543ee06f Merge pull request #283702 from r-ryantm/auto-update/qovery-cli
qovery-cli: 0.81.0 -> 0.81.1
2024-01-25 10:43:06 -05:00
Nick CaoandGitHub ce9956adb4 Merge pull request #283703 from r-ryantm/auto-update/obs-studio-plugins.obs-pipewire-audio-capture
obs-studio-plugins.obs-pipewire-audio-capture: 1.1.2 -> 1.1.3
2024-01-25 10:42:19 -05:00
Nick CaoandGitHub 61fc1415db Merge pull request #283709 from r-ryantm/auto-update/web-ext
web-ext: 7.10.0 -> 7.11.0
2024-01-25 10:41:21 -05:00
Nick CaoandGitHub 44c1cf1fd3 Merge pull request #283712 from fabaff/psudohash
psudohash: add mainProgram
2024-01-25 10:40:39 -05:00
Nick CaoandGitHub aa2f65e393 Merge pull request #283723 from r-ryantm/auto-update/fn-cli
fn-cli: 0.6.28 -> 0.6.29
2024-01-25 10:39:57 -05:00
Nick CaoandGitHub 593062d08b Merge pull request #283725 from r-ryantm/auto-update/isolate
isolate: 1.10 -> 1.10.1
2024-01-25 10:39:03 -05:00
Nick CaoandGitHub 91ce38c0d9 Merge pull request #283671 from r-ryantm/auto-update/bkt
bkt: 0.7.1 -> 0.8.0
2024-01-25 10:37:01 -05:00
Silvan MosbergerandGitHub 2c902a2b3b Merge pull request #264450 from alejandrosame/update-bespoke-syntax
doc: Update manuals bespoke syntax
2024-01-25 16:36:41 +01:00
Nick CaoandGitHub 298638d652 Merge pull request #283680 from r-ryantm/auto-update/cargo-hack
cargo-hack: 0.6.15 -> 0.6.16
2024-01-25 10:35:54 -05:00
Nick CaoandGitHub 25da5afe30 Merge pull request #283682 from r-ryantm/auto-update/routinator
routinator: 0.13.0 -> 0.13.1
2024-01-25 10:35:27 -05:00
Nick CaoandGitHub d16847b3f4 Merge pull request #283684 from r-ryantm/auto-update/ledger-live-desktop
ledger-live-desktop: 2.73.1 -> 2.75.0
2024-01-25 10:35:07 -05:00
Nick CaoandGitHub 6b79448b76 Merge pull request #283685 from a-n-n-a-l-e-e/ocaml-packages-llvm
ocamlPackages.llvm: unpin llvmPackages_10.libllvm
2024-01-25 10:34:37 -05:00
Nick CaoandGitHub 11de319002 Merge pull request #283686 from r-ryantm/auto-update/micronaut
micronaut: 4.2.3 -> 4.2.4
2024-01-25 10:34:19 -05:00
Nick CaoandGitHub f1cb8a6a86 Merge pull request #283691 from dotlambda/blinkpy-0.22.6
python311Packages.blinkpy: 0.22.5 -> 0.22.6
2024-01-25 10:33:54 -05:00
a63b9c15c9 doc: Update manuals bespoke syntax
doc: add figure definition to bespoke syntax reference

doc: add example definition to bespoke syntax reference

doc: add footnote definition to beskpoke syntax reference

The usage of footnotes in the manuals is not the one documented
in markdown-it-py: https://python-markdown.github.io/extensions/footnotes/

doc: add inline comment definition to beskpoke syntax reference

doc: add typographic replacements to beskpoke syntax reference

doc: Fix rendering of bespoke syntax reference

doc: remove references to DocBook in the NixOS manual

doc: add entry on lack of HTML support

doc: Minor improvement

doc: update typographic replacements entry in beskpoke syntax reference

doc: add link reference definitions to beskpoke syntax reference

doc: fix footnote definition in beskpoke syntax reference

doc: Minor improvements from code review

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-01-25 16:33:35 +01:00
figsodaandGitHub 8c25d37265 Merge pull request #283683 from r-ryantm/auto-update/cargo-workspaces
cargo-workspaces: 0.3.0 -> 0.3.1
2024-01-25 10:31:32 -05:00
Nick CaoandGitHub 87fb79c7f1 Merge pull request #283619 from trofi/string-machine-gcc-13-fix
string-machine: fix build against `gcc-13`
2024-01-25 10:30:31 -05:00
Nick CaoandGitHub e32cee8c98 Merge pull request #283630 from 0x4A6F/master-silicon
silicon: 0.5.1 -> 0.5.2
2024-01-25 10:29:35 -05:00
Nick CaoandGitHub b23ce8c1ed Merge pull request #283645 from r-ryantm/auto-update/python311Packages.elasticsearch8
python311Packages.elasticsearch8: 8.11.1 -> 8.12.0
2024-01-25 10:27:53 -05:00
Nick CaoandGitHub 19bc2b8699 Merge pull request #283650 from r-ryantm/auto-update/python311Packages.ansi
python311Packages.ansi: 0.3.6 -> 0.3.7
2024-01-25 10:27:04 -05:00
Nick CaoandGitHub eb95d88ee3 Merge pull request #283655 from r-ryantm/auto-update/terraform-plugin-docs
terraform-plugin-docs: 0.17.0 -> 0.18.0
2024-01-25 10:26:07 -05:00
Silvan MosbergerandGitHub f7609960db Merge pull request #283394 from DanielSidhion/fix-dockertools-example
doc: add missing attribute to example in dockerTools
2024-01-25 16:19:30 +01:00
Silvan MosbergerandGitHub 2e01672aed Merge pull request #280520 from DanielSidhion/update-doc-conventions
doc: update conventions with repl examples and function (in|out)puts
2024-01-25 16:19:01 +01:00
DS a731d0cb71 doc: update conventions with repl examples and function (in|out)puts 2024-01-25 07:17:30 -08:00
Jörg ThalheimandGitHub c8758686ec Merge pull request #283239 from alyssais/rust-lld
rust.envVars: use wrapped LLD for aarch64 musl
2024-01-25 16:16:48 +01:00
ad99ac9356 doc: Note on how to use shadowSetup with buildLayeredImage (#267220)
* Note on how to use shadowSetup with buildLayeredImage

* Update doc/build-helpers/images/dockertools.section.md

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-01-25 16:10:21 +01:00
SamandGitHub 1cbd2ac8f8 doc: Fix typo in dotnet.section.md (#282685)
It should be `dotnetCorePackages.sdk_6_0`, not `dotnetCorePackages.sdk_6.0`
2024-01-25 16:06:58 +01:00