do a shallow clone of nixpkgs to save space (476M instead of 5,2G)
This commit is contained in:
parent
2242f128a9
commit
4d519bd309
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ let
|
|||
nixpkgs.git = {
|
||||
ref = (importJson ./nixpkgs.json).rev;
|
||||
url = https://github.com/NixOS/nixpkgs;
|
||||
shallow = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue