1
0

pkgs/grow-last-partition-and-filesystem: Automatically move GPT backup header to end of device

This commit is contained in:
2025-09-21 14:36:04 +02:00
parent 539502cea0
commit 6954e75a5c
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ writeShellApplication {
text = builtins.readFile ./grow-last-partition-and-filesystem.sh;
runtimeInputs = [
e2fsprogs
gptfdisk
jq
parted
];