From 4d519bd30912f3438f6383009f9462376818f9c9 Mon Sep 17 00:00:00 2001 From: Fabrice Bellamy <12b@distrilab.fr> Date: Thu, 19 Dec 2024 11:31:06 +0100 Subject: [PATCH] do a shallow clone of nixpkgs to save space (476M instead of 5,2G) --- krops.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/krops.nix b/krops.nix index b81d214..30ad366 100644 --- a/krops.nix +++ b/krops.nix @@ -18,6 +18,7 @@ let nixpkgs.git = { ref = (importJson ./nixpkgs.json).rev; url = https://github.com/NixOS/nixpkgs; + shallow = true; }; } ];