l krops: shallow clone new remote

This commit is contained in:
lassulus 2020-10-18 19:07:09 +02:00
parent ef76fd70fe
commit 5e304ff70e
1 changed files with 2 additions and 1 deletions

View File

@ -11,8 +11,9 @@
{
nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix";
nixpkgs-unstable.git = {
url = "https://github.com/nixos/nixpkgs-channels";
url = "https://github.com/nixos/nixpkgs";
ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev;
shallow = true;
};
secrets = if test then {
file = toString ./2configs/tests/dummy-secrets;