Robert Hensing
cf7b358d69
nixosTests.docker-tools: Fix syntax
...
This may be unnecessary, but I'm not waiting for the tests again.
2022-12-08 22:29:38 +01:00
Robert Hensing
454d2307ae
nixosTests.docker-tools: Fix nginx test
2022-12-08 22:29:10 +01:00
Christian Kemper
afe2d0bb8b
fix docker inspect image reference
2022-12-08 20:29:10 +01:00
Robert Hensing
3e28f972fc
dockerTools: refactor, rename internal variable
...
> has to fit its domain, which is the OCI spec, which uses
> `architecture`. The `defaultArch` and `GOARCH` names are irrelevant.
2022-12-08 20:29:10 +01:00
Christian Kemper
f6ae4479ea
dockerTools: allowing architecture to be specified
...
... for buildImage, buildLayeredImage and streamLayeredImage,
adding docs and tests.
2022-12-08 20:29:09 +01:00
Jörg Thalheim
f21f11aa2a
Merge pull request #204899 from r-ryantm/auto-update/telegraf
...
telegraf: 1.24.3 -> 1.24.4
2022-12-08 18:54:49 +00:00
Bernardo Meurer
d4ec6e6fe5
Merge pull request #204934 from lopsided98/linux-testing-update
...
linux_testing: 6.1-rc3 -> 6.1-rc8
2022-12-08 13:03:16 -05:00
R. Ryantm
fce4477b94
nicotine-plus: 3.2.6 -> 3.2.7
2022-12-08 12:00:19 -06:00
Bernardo Meurer
1531d427d9
Merge pull request #205155 from lovesegfault/kernel-updates
...
linuxKernel.kernels: update
2022-12-08 12:39:29 -05:00
Martin Weinelt
2718b0829f
Merge pull request #205154 from r-ryantm/auto-update/evcc
2022-12-08 17:59:47 +01:00
figsoda
7f991a5df1
Merge pull request #204929 from figsoda/ruff
...
ruff: 0.0.165 -> 0.0.169
2022-12-08 11:56:44 -05:00
Naïm Favier
109f8b4657
nixos/make-options-doc: remove dead code
...
The logic for pretty-printing Nix values isn't needed any more because
`optionAttrSetToDocList` returns already rendered values.
2022-12-08 17:52:52 +01:00
Naïm Favier
6a117e2759
nixos/doc: render option values using lib.generators.toPretty
...
Render un`_type`d defaults and examples as `literalExpression`s using
`lib.generators.toPretty` so that consumers don't have to reinvent Nix
pretty-printing. `renderOptionValue` is kept internal for now intentionally.
Make `toPretty` print floats as valid Nix values (without a tilde).
Get rid of the now-obsolete `substSpecial` function.
Move towards disallowing evaluation of packages in the manual by
raising a warning on `pkgs.foo.{outPath,drvPath}`; later, this should
throw an error. Instead, module authors should use `literalExpression`
and `mkPackageOption`.
2022-12-08 17:52:52 +01:00
Naïm Favier
0b661ce32a
lib/generators.toPretty: escape strings properly
2022-12-08 17:52:52 +01:00
Naïm Favier
0fa7b1b004
lib/generators.toPretty: don't evaluate derivations
...
With the goal of making `toPretty` suitable for rendering option
values, render derivations as `<derivation foo-1.0>` instead of
`<derivation /nix/store/…-foo-1.0.drv>`.
This is to avoid causing sudden evaluation errors for out-of-tree
projects that have options with `default = pkgs.someUnfreePackage;` and
no `defaultText`.
2022-12-08 17:52:52 +01:00
Naïm Favier
0ff3b35356
nixos/doc: fix some options
2022-12-08 17:52:52 +01:00
Bernardo Meurer
02a7f67cf0
linux: 6.0.11 -> 6.0.12
2022-12-08 13:50:09 -03:00
Bernardo Meurer
2d1651b612
linux: 5.4.225 -> 5.4.226
2022-12-08 13:49:57 -03:00
Bernardo Meurer
6b0253df6a
linux: 5.15.81 -> 5.15.82
2022-12-08 13:49:48 -03:00
Bernardo Meurer
1c008e6a66
linux: 5.10.157 -> 5.10.158
2022-12-08 13:49:42 -03:00
Bernardo Meurer
1a3bd52a0b
linux: 4.19.267 -> 4.19.268
2022-12-08 13:49:32 -03:00
Bernardo Meurer
ee48569ebf
linux: 4.14.300 -> 4.14.301
2022-12-08 13:49:19 -03:00
R. Ryantm
11340cca86
evcc: 0.108.3 -> 0.109.2
2022-12-08 16:48:31 +00:00
Sandro
4cc7973ae6
Merge pull request #204658 from raphaelr/mbedtls-3
2022-12-08 16:38:17 +01:00
Bobby Rong
299a800c4c
Merge pull request #205132 from kilianar/vscode-extensions.james-yu.latex-workshop-9.1.1
...
vscode-extensions.james-yu.latex-workshop: 9.1.0 -> 9.1.1
2022-12-08 22:50:49 +08:00
Sandro
51da413217
Merge pull request #204072 from veehaitch/gh-runner-config
2022-12-08 15:09:08 +01:00
Sandro
47ecb22f18
Merge pull request #203381 from wegank/cmdstan-aarch64-linux
2022-12-08 15:07:07 +01:00
Sandro
8ae8a3769e
Merge pull request #205027 from SuperSandro2000/mitmproxy
2022-12-08 15:05:00 +01:00
superherointj
2787fc7d1e
erlang: fix build
2022-12-08 08:59:40 -05:00
Sandro
3d0fbbd0f8
Merge pull request #185866 from tars0x9752/refactor/blesh
2022-12-08 14:50:50 +01:00
Sandro
4f482d0a6e
Merge pull request #205081 from figsoda/hexyl
2022-12-08 14:50:19 +01:00
Jonas Heinrich
2d587da730
Merge pull request #205013 from techknowlogick/scw-270
...
scaleway-cli: 2.6.2 -> 2.7.0
2022-12-08 14:46:07 +01:00
Jan Tojnar
143802532f
Merge pull request #202384 from jtojnar/gnome
...
GNOME: more updates
2022-12-08 14:45:38 +01:00
Jonas Heinrich
8de1b140f5
Merge pull request #205018 from figsoda/stylua
...
stylua: 0.15.2 -> 0.15.3
2022-12-08 14:20:03 +01:00
Weijia Wang
79a7bab630
cmdstan: unbreak on aarch64-linux
2022-12-08 14:19:42 +01:00
kilianar
2ea6e15844
vscode-extensions.james-yu.latex-workshop: 9.1.0 -> 9.1.1
...
https://github.com/James-Yu/LaTeX-Workshop/releases/tag/v9.1.1
2022-12-08 14:17:50 +01:00
Fabian Affolter
2cf6e71cd7
Merge pull request #205106 from r-ryantm/auto-update/python3.10-pyvesync
...
python310Packages.pyvesync: 2.0.4 -> 2.1.1
2022-12-08 14:16:51 +01:00
Fabian Affolter
d15d43bb8b
Merge pull request #205124 from r-ryantm/auto-update/python310Packages.mypy-boto3-builder
...
python310Packages.mypy-boto3-builder: 7.11.11 -> 7.12.0
2022-12-08 14:15:23 +01:00
Jonas Heinrich
348dec505d
Merge pull request #205026 from muscaln/teams-for-linux
...
teams-for-linux: init at 1.0.45
2022-12-08 14:08:34 +01:00
Jan Tojnar
05bff5055b
gnome.gnome-shell: 43.1 → 43.2
...
https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/43.1...43.2
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-12-08 13:53:41 +01:00
Jan Tojnar
3933114462
gnome.mutter: 43.1 → 43.2
...
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.1...43.2
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-12-08 13:53:40 +01:00
tars0x9752
49a8c118b2
blesh: unstable-2022-07-24 -> unstable-2022-07-29, refactor
2022-12-08 13:39:55 +01:00
Jonas Heinrich
a0ba4fa973
Merge pull request #205037 from r-ryantm/auto-update/buildpack
...
buildpack: 0.27.0 -> 0.28.0
2022-12-08 13:33:36 +01:00
Naïm Favier
22af649d14
Merge pull request #204087 from ncfavier/splitString-simplify
2022-12-08 13:30:50 +01:00
Jonas Heinrich
ee2da11b52
Merge pull request #205043 from skeuchel/python-metakernel
...
python310Packages.metakernel: fix build
2022-12-08 13:26:44 +01:00
Yureka
ee89367a3d
pkgsMusl.systemd: fix build ( #204221 )
2022-12-08 13:25:52 +01:00
R. Ryantm
e968b8b88d
praat: 6.3.01 -> 6.3.02
2022-12-08 20:11:05 +08:00
Bobby Rong
4efd1a7af9
Merge pull request #205094 from bobby285271/pantheon
...
pantheon.elementary-calculator: 2.0.0 -> 2.0.1
2022-12-08 20:09:50 +08:00
Jonas Heinrich
9f6c140d8f
Merge pull request #205047 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.22675 -> 0.1.22770
2022-12-08 13:04:41 +01:00
Jonas Heinrich
1378448185
Merge pull request #205048 from r-ryantm/auto-update/clairvoyance
...
clairvoyance: 2.0.4 -> 2.0.6
2022-12-08 13:00:42 +01:00