add pkgs and overlays to nb config
This commit is contained in:
parent
e2353a4f97
commit
7a0d60c17c
32 changed files with 8917 additions and 0 deletions
12
hosts/nb-01.cloonar.com/pkgs/pyelectroluxconnect.nix
Normal file
12
hosts/nb-01.cloonar.com/pkgs/pyelectroluxconnect.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ buildPythonPackage, fetchPypi }:
|
||||
buildPythonPackage rec {
|
||||
pname = "pyelectroluxconnect";
|
||||
version = "0.3.12";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-g9UxkWuTIqJe0/CDk3kwU3dSmc+GXlfDMxdzu6CqyY0=";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue