From 9659885079b9f85156a06c1955cc46e8c729ef6b Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 21 Sep 2025 18:02:14 +0200 Subject: [PATCH] pkgs/grow-last-partition-and-filesystem: Add missing dependency reference --- pkgs/grow-last-partition-and-filesystem/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/grow-last-partition-and-filesystem/default.nix b/pkgs/grow-last-partition-and-filesystem/default.nix index 2ae2144..4075609 100644 --- a/pkgs/grow-last-partition-and-filesystem/default.nix +++ b/pkgs/grow-last-partition-and-filesystem/default.nix @@ -1,5 +1,6 @@ { e2fsprogs, + gptfdisk, jq, parted, writeShellApplication,