krops: clone nixpkgs shallow

This commit is contained in:
lassulus 2021-01-24 15:58:14 +01:00
parent f4206a6081
commit 5d24d8e8c2

View file

@ -28,6 +28,7 @@
git = {
ref = (lib.importJSON ./nixpkgs.json).rev;
url = https://github.com/NixOS/nixpkgs;
shallow = true;
};
};
stockholm.file = toString ../.;