25.11 working without too many warnings

This commit is contained in:
Geoffrey Frogeye 2025-11-30 22:14:24 +01:00
parent 8cf1959759
commit 7a8ff873c6
17 changed files with 157 additions and 147 deletions

View file

@ -19,6 +19,8 @@ let
paho-mqtt
pyaml
];
pyproject = true;
build-system = [ pkgs.python3Packages.setuptools ];
};
usb_zytemp_udev = pkgs.stdenv.mkDerivation {
pname = "usb-zytemp-udev-rules";