Add initial version
This commit is contained in:
10
default.nix
Normal file
10
default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ python3 }:
|
||||
with python3.pkgs;
|
||||
buildPythonPackage rec {
|
||||
name = "mqtt-config";
|
||||
src = ./.;
|
||||
propagatedBuildInputs = [];
|
||||
buildInputs = [ pyyaml paho-mqtt ];
|
||||
doCheck = false;
|
||||
shellHook = "";
|
||||
}
|
||||
Reference in New Issue
Block a user