readd the pypi-debs-db_data

without it mach-nix complains about outdated data and I don't know how big of a
problem that is at the moment.
This commit is contained in:
Andreas Zweili 2022-02-01 21:13:13 +01:00
parent 1e29e57f17
commit 2fe33e8964
2 changed files with 9 additions and 6 deletions

View File

@ -41,11 +41,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1643247693,
"narHash": "sha256-rmShxIuNjYBz4l83J0J++sug+MURUY1koPCzX4F8hfo=",
"lastModified": 1643503720,
"narHash": "sha256-tJic20ufuRnG8V+fTCd3YU6xl1ImxNspoEkXHct0AG4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca",
"rev": "0f316e4d72daed659233817ffe52bf08e081b5de",
"type": "github"
},
"original": {
@ -58,11 +58,11 @@
"pypi-deps-db": {
"flake": false,
"locked": {
"lastModified": 1643660419,
"narHash": "sha256-5AXIvF7zj8yIWuwRHDd1qcnclYh2/tA9uUkFnj8yb2I=",
"lastModified": 1643704601,
"narHash": "sha256-xC3nlZnQne9s60BxMyBBt/+Gn4Yydo5Etacj6ueyvuw=",
"owner": "DavHau",
"repo": "pypi-deps-db",
"rev": "40b74554ef42a7fc21a14a67c3819b3c3335106c",
"rev": "a44853469d0d6bc65cd382f24e4e60ff59bd60b2",
"type": "github"
},
"original": {

View File

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