l krops: use correct json location
This commit is contained in:
parent
df47b24e41
commit
c6593fdb39
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user