From 35925ee09811ac4ce8722c498fbb75d11e93bfe8 Mon Sep 17 00:00:00 2001 From: Konrad Stepniak Date: Wed, 15 May 2024 16:38:42 +0200 Subject: [PATCH] docs: add nix-collect-garbage to the docs --- DEVELOPMENT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c22f0268f..f09c3399e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -31,4 +31,5 @@ $ zombienet version ## Maintenance -- Updating nix flakes (`flake.lock` file has frozen state of package): `nix flake update`. \ No newline at end of file +- Updating nix flakes (`flake.lock` file has frozen state of package): `nix flake update`. +- Running out of the disk space? `nix-collect-garbage`. \ No newline at end of file