flake.nix: fix indentation

This commit is contained in:
Astro 2021-09-30 20:54:02 +02:00
parent 5e860ccc81
commit 99e93f68bd
1 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@
"${name}-cleanup" = pkgs.writeScriptBin "${name}-cleanup" ''
#!${pkgs.runtimeShell} -e
exec ssh ${target} "nix-collect-garbage -d && nix-store --optimise"
exec ssh ${target} "time nix-collect-garbage -d && time nix-store --optimise"
'';
}) {} (builtins.attrNames flakifiedHosts) //