remove the pypi-deps-db

This commit is contained in:
Andreas Zweili 2022-01-31 22:57:55 +01:00
parent 51e3a8b39b
commit 8cc6b656d7
2 changed files with 3 additions and 6 deletions

View File

@ -58,11 +58,11 @@
"pypi-deps-db": { "pypi-deps-db": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1643616392, "lastModified": 1643660419,
"narHash": "sha256-knfGO4MZLMHGzd6iAnrVhUYyx5Vtz5VlisXgDNXfocM=", "narHash": "sha256-5AXIvF7zj8yIWuwRHDd1qcnclYh2/tA9uUkFnj8yb2I=",
"owner": "DavHau", "owner": "DavHau",
"repo": "pypi-deps-db", "repo": "pypi-deps-db",
"rev": "ff3ee671a4b51f789335c650200d126297bf6391", "rev": "40b74554ef42a7fc21a14a67c3819b3c3335106c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -10,9 +10,6 @@
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
pypi-deps-db = {
url = "github:DavHau/pypi-deps-db";
};
}; };
}; };
}; };