nixos/tests/matter-server: use default python3Packages (#541226)

This commit is contained in:
dotlambda
2026-07-13 18:39:46 +00:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
chipVersion = pkgs.python311Packages.home-assistant-chip-core.version;
chipVersion = pkgs.python3Packages.home-assistant-chip-core.version;
in
{