l krops: use correct json location

This commit is contained in:
lassulus 2023-06-19 09:25:54 +02:00
parent df47b24e41
commit c6593fdb39
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
'';
} else {
git = {
ref = (lib.importJSON ./nixpkgs.json).rev;
ref = (lib.importJSON ../krebs/nixpkgs.json).rev;
url = https://github.com/NixOS/nixpkgs;
shallow = true;
};