mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
ugly pyasn1 pin for now
This commit is contained in:
parent
e340bcdac1
commit
e5a8797f1d
2 changed files with 9 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -121,11 +121,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684754342,
|
"lastModified": 1683408522,
|
||||||
"narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=",
|
"narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7084250df3d7f9735087d3234407f3c1fc2400e3",
|
"rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -194,6 +194,12 @@ in {
|
||||||
zone = {};
|
zone = {};
|
||||||
sensor = {};
|
sensor = {};
|
||||||
};
|
};
|
||||||
|
package = pkgs.home-assistant.override {
|
||||||
|
packageOverrides = self: super: {
|
||||||
|
pyasn1 = if lib.versionAtLeast super.pyasn1.version "0.5" then throw "unsupported pyasn1 version ${super.pyasn1.version}"
|
||||||
|
else super.pyasn1;
|
||||||
|
};
|
||||||
|
};
|
||||||
extraPackages = python3Packages:
|
extraPackages = python3Packages:
|
||||||
with python3Packages; [
|
with python3Packages; [
|
||||||
psycopg2
|
psycopg2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue