This commit is contained in:
2026-06-18 07:54:42 -04:00
parent bee5c77ee6
commit 5a76107f8f
2 changed files with 115 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ let
# my-new-thing = { runtimeInputs = with pkgs; [ jq curl ]; };
# };
scriptDefs = {
plan-disk-burns = { runtimeInputs = with pkgs; [ smartmontools util-linux ]; };
plan-disk-burns = { runtimeInputs = with pkgs; [ coreutils findutils gawk xorriso ]; };
};
mkScript = name: def: