Commit Graph
546295 Commits
Author SHA1 Message Date
Nick CaoandGitHub 7bc5f9bb51 Merge pull request #265807 from fabaff/pyoverkiz-bump
python311Packages.pyoverkiz: 1.12.1 -> 1.12.2
2023-11-06 08:37:55 -05:00
Nick CaoandGitHub 9d17a4c0b1 Merge pull request #265808 from fabaff/pycep-parser-bump
python311Packages.pycep-parser: 0.4.1 -> 0.4.2
2023-11-06 08:37:30 -05:00
Martin WeineltandGitHub cd791fe6da Merge pull request #265773 from r-ryantm/auto-update/python310Packages.faster-whisper
python310Packages.faster-whisper: 0.8.0 -> 0.9.0
2023-11-06 14:36:41 +01:00
Alyssa Ross d9105c28c8 nixos/stage-1: create initramfs /lib at build time
Modules built in to the kernel can attempt to load firmware before
init is started.  To guarantee the firmware is accessible to them
where they expect, /lib has to exist in the initramfs — it can't be
created later by init, because by that point the module may already
have tried and given up.
2023-11-06 14:35:34 +01:00
Nick CaoandGitHub e55c73a6f4 Merge pull request #265810 from fabaff/tplink-omada-client-bump
python311Packages.tplink-omada-client: 1.3.5 -> 1.3.6
2023-11-06 08:35:07 -05:00
Nick CaoandGitHub bcdbbde265 Merge pull request #265811 from fabaff/pysml-bump
python311Packages.pysml: 0.1.0 -> 0.1.1
2023-11-06 08:34:17 -05:00
Nick CaoandGitHub 7c862cc293 Merge pull request #265813 from aaronjheng/pb
pb: 0.1.0 -> 0.2.0
2023-11-06 08:33:55 -05:00
Nick CaoandGitHub 8fb7df717e Merge pull request #265823 from r-ryantm/auto-update/python310Packages.greeneye-monitor
python310Packages.greeneye-monitor: 5.0 -> 5.0.1
2023-11-06 08:30:40 -05:00
Nick CaoandGitHub e31a2a1675 Merge pull request #265842 from r-ryantm/auto-update/python310Packages.httpx-socks
python310Packages.httpx-socks: 0.7.8 -> 0.8.0
2023-11-06 08:27:56 -05:00
Nick Cao ce6043e5f8 sing-box: 1.6.0 -> 1.6.1
Diff: https://github.com/SagerNet/sing-box/compare/v1.6.0...v1.6.1
2023-11-06 08:27:17 -05:00
Weijia WangandGitHub 250c07f960 Merge pull request #245431 from leiserfg/staging
inkscape: 1.2.2 -> 1.3, lib2geom: 1.2.2 -> 1.3
2023-11-06 14:26:52 +01:00
R. Ryantm a2333cfafb python310Packages.intellifire4py: 3.1.29 -> 3.1.30 2023-11-06 13:13:11 +00:00
R. Ryantm 2e05b5ed78 python310Packages.ignite: 0.4.12 -> 0.4.13 2023-11-06 12:51:16 +00:00
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. RyantmandYt a29cae7046 python310Packages.grpcio-channelz: 1.59.0 -> 1.59.2 2023-11-06 12:44:35 +00:00
R. RyantmandYt 397959453f python310Packages.grpcio-reflection: 1.59.0 -> 1.59.2 2023-11-06 12:43:19 +00:00
OTABI TomoyaandGitHub 0dbb76220d Merge pull request #264463 from GaetanLepage/objax
python311Packages.objax: disable tests to fix build
2023-11-06 21:32:37 +09:00
R. Ryantm 2bd1ea64e9 python310Packages.httpx-socks: 0.7.8 -> 0.8.0 2023-11-06 12:16:16 +00:00
Weijia Wang c5b219ec90 inkscape: fix runtime error on darwin 2023-11-06 12:56:50 +01:00
R. Ryantm 521a48a71e python310Packages.holoviews: 1.17.1 -> 1.18.0 2023-11-06 11:47:15 +00:00
nicooandJörg Thalheim 89fd59c12a nixos/vagrant-guest: Set security.sudo-rs.wheelNeedsPassword too 2023-11-06 12:39:04 +01:00
R. Ryantm 0c0ddef8dd python310Packages.hg-evolve: 11.0.2 -> 11.1.0 2023-11-06 11:35:47 +00:00
Robert Hensing ae5cb919f5 nixos/testing/nodes: Do allow aliases
Aliases exist for a reason. Sure it is nice to make sure that
some aliases aren't used within Nixpkgs, but this creates two problems
which are far worse than your failing to meet your neatness compulsions.

- Users encounter missing attributes, https://github.com/NixOS/nixpkgs/issues/264577
  wasting their time, stalling their progress, and even occupying others
  time that would be better spent on fixing *real* issues.

- Hydra doesn't treat evaluation errors seriously enough, with the
  effect that actual relevant test failures are masked by evaluation
  failures such as those caused by this no aliases business.

- We don't even have the infrastructure to get rid of aliases, because
  all warnings in package attributes are disallowed by Nixpkgs CI
  tooling, last I checked.

Before re-disabling this, make sure that

- An actually helpful deprecation process is in place.

- Aliases are still allowed when `nixos-lib.runTests` and
  `pkgs.testers.runNixOSTest` are invoked by external projects.
  For instance, `all-tests.nix` could provide such an
  override (e.g. with `newScope`).
2023-11-06 12:30:28 +01:00
Yuriy Taraday 6e1795e145 docker-machine-hyperkit: disable on aarch64-darwin
It's not supported in upstream, see
https://github.com/kubernetes/minikube/blob/master/pkg/minikube/driver/driver_darwin.go#L27-L35
2023-11-06 12:07:56 +01:00
R. Ryantm 7da6b95c27 python310Packages.gspread: 5.11.3 -> 5.12.0 2023-11-06 11:05:35 +00:00
Gaetan Lepage 3e053ee6fa python311Packages.jaxopt: 0.8.1 -> 0.8.2
Changelog: https://github.com/google/jaxopt/releases/tag/jaxopt-v0.8.2
2023-11-06 12:03:43 +01:00
Ilan JoselevichandGitHub 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
klchen0112 0b5afd03e2 librime: set darwin as support platforms 2023-11-06 18:54:59 +08:00
Rob 7ce9c2203d python311Packages.gphoto2: fix setuptools.__version__ build breakage
setuptools.__version__ = '68.2.2.post0'
setup.py fails with a parse error when trying to convert 'post0' to an
int. patch the code so it only will convert the first to values returned
by split('.')
2023-11-06 02:41:11 -08:00
ArtturiandGitHub 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
maralorn fd8a8c9160 haskellPackages.ema(-note): Drop maintainership 2023-11-06 11:21:07 +01: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 RoccoandGitHub 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 CoudronandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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 AffolterandGitHub 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
Enno Richter 307ef68a01 mkpasswd: fix build with clang 2023-11-06 10:54:12 +01:00
Niklas Förster 271b097d24 rshim-user-space: make bfb-install optional 2023-11-06 10:45:08 +01:00
Luka BlaskovicandMatthieu Coudron cac8c76f21 lua-rtoml: init 0.2 2023-11-06 10:36:31 +01:00
R. Ryantm 45b43c95ae python310Packages.greeneye-monitor: 5.0 -> 5.0.1 2023-11-06 09:22:12 +00:00
Ivan PetkovandJörg Thalheim 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 SundtandGitHub 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