Update nix build
This commit is contained in:
@@ -4,7 +4,9 @@ buildPythonPackage rec {
|
||||
name = "mqtt-tools";
|
||||
src = ./.;
|
||||
propagatedBuildInputs = [ pyyaml paho-mqtt ];
|
||||
buildInputs = [];
|
||||
buildInputs = [ ];
|
||||
doCheck = false;
|
||||
shellHook = "";
|
||||
pyproject = true;
|
||||
build-system = [ setuptools ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user