1
1
Fork 0

nix: fix python build

This commit is contained in:
Myned 2025-04-06 21:42:37 -05:00
parent 32a82eb011
commit bbe373defb
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -246,7 +246,7 @@ in {
version = "master";
src = inputs.lifx-cli;
doCheck = false;
propagatedBuildInputs = with python311Packages; [requests];
propagatedBuildInputs = [requests];
})
]
))