cleanup
This commit is contained in:
11
flake.lock
generated
11
flake.lock
generated
@@ -655,16 +655,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753837013,
|
"lastModified": 1756367273,
|
||||||
"narHash": "sha256-+kBJhOSS5S6gPp/pbTk1B3EL9Xr08yFuQoGGQ+SoQwQ=",
|
"narHash": "sha256-u7/qG5xQxW+o51R2lBPj0NxU3oFrUwj78UlCKKNHGAc=",
|
||||||
"owner": "mjallen18",
|
"owner": "pabloaul",
|
||||||
"repo": "lsfg-vk-flake",
|
"repo": "lsfg-vk-flake",
|
||||||
"rev": "f7fc5f9d421d64d3cf24c8d0955a80718ef70bac",
|
"rev": "62aadfc844b2002abe47cbbc9dfd028033376248",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "mjallen18",
|
"owner": "pabloaul",
|
||||||
"ref": "main",
|
|
||||||
"repo": "lsfg-vk-flake",
|
"repo": "lsfg-vk-flake",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
lsfg-vk = {
|
lsfg-vk = {
|
||||||
url = "github:mjallen18/lsfg-vk-flake/main";
|
url = "github:pabloaul/lsfg-vk-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{ python3Packages, fetchPypi, ... }:
|
{ pkgs, fetchPypi, ... }:
|
||||||
python3Packages.buildPythonPackage rec {
|
pkgs.stable.python3Packages.buildPythonPackage rec {
|
||||||
pname = "homeassistant_api";
|
pname = "homeassistant_api";
|
||||||
version = "5.0.0";
|
version = "5.0.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
@@ -10,16 +10,16 @@ python3Packages.buildPythonPackage rec {
|
|||||||
|
|
||||||
# do not run tests
|
# do not run tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with pkgs.stable.python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
requests-cache
|
requests-cache
|
||||||
];
|
];
|
||||||
dependencies = with python3Packages; [
|
dependencies = with pkgs.stable.python3Packages; [
|
||||||
requests-cache
|
requests-cache
|
||||||
pydantic
|
pydantic
|
||||||
websockets
|
websockets
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with pkgs.stable.python3Packages; [
|
||||||
aiohttp
|
aiohttp
|
||||||
aiohttp-client-cache
|
aiohttp-client-cache
|
||||||
pydantic
|
pydantic
|
||||||
|
|||||||
Reference in New Issue
Block a user