Commit Graph

544610 Commits

Author SHA1 Message Date
Alyssa Ross
8ab2f09522 nixos/qemu-vm: fix infinite recursion
The virtualisation.directBoot.initrd option was added for netboot
images, but the assertion to check directBoot enabled if it was used
caused an infinite recursion if it was.  Minimal reproduction:

	import nixos/tests/make-test-python.nix ({ pkgs, ... }: {
	  name = "";

	  nodes = {
	    machine = { config, ...}: {
	      imports = [ nixos/modules/installer/netboot/netboot-minimal.nix ];

	      virtualisation.directBoot = {
	        enable = true;
	        initrd = "${config.system.build.netbootRamdisk}/${config.system.boot.loader.initrdFile}";
	      };
	    };
	  };
	  testScript = "";
	}) {}

The fix is to swap the two conditions, so that cfg.directBoot.enable
is checked first, and the initrd comparision will be short circuited.

This wasn't noticed during review because in earlier versions of the
virtualisation.directBoot patch, the assertion was accidentally in the
conditional above, so wasn't evaluated unless port forwarding was in
use.
2023-11-06 13:49:31 +01:00
R. Ryantm
a29cae7046 python310Packages.grpcio-channelz: 1.59.0 -> 1.59.2 2023-11-06 12:44:35 +00:00
R. Ryantm
397959453f python310Packages.grpcio-reflection: 1.59.0 -> 1.59.2 2023-11-06 12:43:19 +00:00
OTABI Tomoya
0dbb76220d
Merge pull request #264463 from GaetanLepage/objax
python311Packages.objax: disable tests to fix build
2023-11-06 21:32:37 +09:00
nicoo
89fd59c12a nixos/vagrant-guest: Set security.sudo-rs.wheelNeedsPassword too 2023-11-06 12:39:04 +01:00
Ilan Joselevich
f9ef870ccf
Merge pull request #264658 from adamcstephens/kanidm/1.1.0-rc.15
kanidm: 1.1.0-beta.13 -> 1.1.0-rc.15
2023-11-06 10:57:46 +00:00
Artturi
a801c0c873
Merge pull request #254264 from amesgen/bazecor
bazecor: init at 1.3.6
2023-11-06 12:35:37 +02:00
Anderson Torres
16a0d2d4ad xosview2: 2.3.2 -> 2.3.3 2023-11-06 07:23:09 -03:00
Anderson Torres
512cd28980 xosview2: set meta.mainProgram 2023-11-06 07:23:09 -03:00
Anderson Torres
bbb40f1705 xosview2: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
235bc12b4f xosview: split man output 2023-11-06 07:23:09 -03:00
Anderson Torres
b9b47db21a xosview: set meta.mainProgram 2023-11-06 07:23:09 -03:00
Anderson Torres
75dadb2dfe xosview: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
99f10b4ceb sxhkd: refactor
- migrate to by-name
- split outputs
- add meta.mainProgram
2023-11-06 07:20:49 -03:00
Michele Guerini Rocco
8beca974f9
Merge pull request #263138 from tomfitzhenry/hostapd-optional-managementframeprotection
nixos/hostapd: remove managementFrameProtection in favour of clearer default
2023-11-06 11:17:07 +01:00
Matthieu Coudron
ba774d337e
Merge pull request #263320 from jfvillablanca/llm-ls
llm-ls: init at 0.4.0
2023-11-06 11:09:01 +01:00
Fabian Affolter
270ce14634
Merge pull request #265795 from fabaff/dvclive-bump
python311Packages.dvclive: 3.1.0 -> 3.2.0
2023-11-06 11:00:18 +01:00
Fabian Affolter
5719607d44
Merge pull request #265794 from fabaff/aiocomelit-bump
python311Packages.aiocomelit: 0.3.0 -> 0.3.1
2023-11-06 10:59:48 +01:00
Fabian Affolter
593adcf69d
Merge pull request #265793 from fabaff/amqp-bump
python311Packages.amqp: 5.1.1 -> 5.2.0
2023-11-06 10:59:37 +01:00
Fabian Affolter
ac0036b958
Merge pull request #265792 from fabaff/boschshcpy-bump
python311Packages.boschshcpy: 0.2.73 -> 0.2.75
2023-11-06 10:57:01 +01:00
Luka Blaskovic
cac8c76f21 lua-rtoml: init 0.2 2023-11-06 10:36:31 +01:00
Ivan Petkov
49f444897b syncoid: disable PrivateUsers in systemd unit
* leaving PrivateUsers=true appears to break when using zfs-2.2.0
2023-11-06 10:16:15 +01:00
Peder Bergebakken Sundt
680d0051de
Merge pull request #263015 from surfaceflinger/lunarclient-autoupdate
lunar-client: migrate to by-name and add updateScript
2023-11-06 11:15:54 +02:00
OTABI Tomoya
302bea89ef
Merge pull request #265296 from r-ryantm/auto-update/kubectl-cnpg
kubectl-cnpg: 1.20.2 -> 1.21.0
2023-11-06 18:02:22 +09:00
Thiago Kenji Okada
b45133e20d
Merge pull request #244298 from oxalica/remove-unused
{birdtray,isgx,mycrypto,osu-lazer,stretchly,tree-sitter}: remove oxalica as maintainer
2023-11-06 08:13:34 +00:00
R. Ryantm
daeffe3a43 python310Packages.fschat: 0.2.30 -> 0.2.32 2023-11-06 08:09:09 +00:00
Fabian Affolter
e277b2651e
python311Packages.amqp: update disabled 2023-11-06 08:39:41 +01:00
Fabian Affolter
82672ae0d5
python311Packages.amqp: add changelog to meta 2023-11-06 08:39:15 +01:00
Fabian Affolter
bf6b60a5da python311Packages.amqp: 5.1.1 -> 5.2.0 2023-11-06 08:37:13 +01:00
Fabian Affolter
3dcd49096a python311Packages.aiocomelit: 0.3.0 -> 0.3.1
Diff: https://github.com/chemelli74/aiocomelit/compare/refs/tags/v0.3.0...v0.3.1

Changelog: https://github.com/chemelli74/aiocomelit/blob/0.3.1/CHANGELOG.md
2023-11-06 08:36:12 +01:00
Fabian Affolter
6e24c2a4e8 python311Packages.dvclive: 3.1.0 -> 3.2.0
Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.1.0...3.2.0

Changelog: https://github.com/iterative/dvclive/releases/tag/3.2.0
2023-11-06 08:35:38 +01:00
Fabian Affolter
f9c8e76f63 python311Packages.boschshcpy: 0.2.73 -> 0.2.75
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.73...0.2.75
2023-11-06 08:31:00 +01:00
K900
301a784da0
Merge pull request #265700 from K900/nix-prefetch-git-progress
nix-prefetch-git: download submodules with --progress
2023-11-06 10:29:13 +03:00
Robert Schütz
ef0fa8ffdc
Merge pull request #265498 from r-ryantm/auto-update/python310Packages.gdal
gdal: 3.7.2 -> 3.7.3
2023-11-05 22:17:09 -08:00
Mario Rodas
4cf9f0f864
Merge pull request #265581 from r-ryantm/auto-update/python310Packages.cobs
python310Packages.cobs: 1.2.0 -> 1.2.1
2023-11-05 23:32:29 -05:00
Mario Rodas
34439aded6
Merge pull request #265594 from r-ryantm/auto-update/gitoxide
gitoxide: 0.30.0 -> 0.31.1
2023-11-05 23:31:58 -05:00
Mario Rodas
5524eea7de
Merge pull request #265593 from r-ryantm/auto-update/carapace
carapace: 0.28.2 -> 0.28.3
2023-11-05 23:31:31 -05:00
Mario Rodas
a142296729
Merge pull request #265684 from notalltim/grpc-cross-build-cpp-plugin
grpc: explicitly use the build platform for `grpc_cpp_plugin`
2023-11-05 23:29:04 -05:00
Mario Rodas
ac4410df8b
Merge pull request #265691 from r-ryantm/auto-update/wasmedge
wasmedge: 0.13.4 -> 0.13.5
2023-11-05 23:28:31 -05:00
Mario Rodas
0976f57a82
Merge pull request #265723 from r-ryantm/auto-update/python310Packages.django-ipware
python310Packages.django-ipware: 5.0.0 -> 5.0.2
2023-11-05 23:26:50 -05:00
Fabián Heredia Montiel
38e41a1bc9
Merge pull request #265539 from kilianar/portfolio-0.65.5
portfolio: 0.65.4 -> 0.65.5
2023-11-05 22:25:52 -06:00
Fabián Heredia Montiel
638c110985
Merge pull request #265553 from r-ryantm/auto-update/ocserv
ocserv: 1.2.1 -> 1.2.2
2023-11-05 22:24:55 -06:00
Mario Rodas
03dbd9a27c
Merge pull request #265749 from r-ryantm/auto-update/python310Packages.djangorestframework-dataclasses
python310Packages.djangorestframework-dataclasses: 1.3.0 -> 1.3.1
2023-11-05 23:22:46 -05:00
Mario Rodas
cdd8571d6a
Merge pull request #265758 from r-ryantm/auto-update/python310Packages.duckduckgo-search
python310Packages.duckduckgo-search: 3.8.5 -> 3.9.4
2023-11-05 23:22:14 -05:00
Fabián Heredia Montiel
275cce6dae
Merge pull request #265715 from lunik1/iosevka-27.3.4
iosevka: 27.3.2 -> 27.3.4
2023-11-05 22:21:56 -06:00
Fabián Heredia Montiel
4630a4d138
Merge pull request #265720 from r-ryantm/auto-update/python310Packages.django-crispy-forms
python310Packages.django-crispy-forms: 2.0 -> 2.1
2023-11-05 22:21:04 -06:00
Mario Rodas
05d4a386d3
Merge pull request #260727 from bcdarwin/opencv-python-updates
python310Packages.opencv3: remove
2023-11-05 23:18:38 -05:00
Samuel Dionne-Riel
c95728ce72
Merge pull request #262684 from samueldr/feature/nixos-rebuild-completions
nixos-rebuild: Locally own the nixos-rebuild (bash) completions
2023-11-05 22:41:03 -05:00
Robert Schütz
0d93ec62e0
Merge pull request #265752 from al3xtjames/img2pdf-icc-path
python311Packages.img2pdf: fix evaluation on darwin
2023-11-05 18:11:55 -08:00
Robert Schütz
eb5caed9e1
Merge pull request #264418 from dotlambda/restic-0.16.2
restic: 0.16.1 -> 0.16.2
2023-11-05 17:46:00 -08:00