l krops: use correct json location

This commit is contained in:
lassulus 2023-06-19 09:25:54 +02:00
parent df47b24e41
commit c6593fdb39

View File

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