about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tar2ext4/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/tar2ext4/default.nix')
-rw-r--r--pkgs/tools/filesystems/tar2ext4/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/tar2ext4/default.nix b/pkgs/tools/filesystems/tar2ext4/default.nix
index 2168bc1aa312..2d5a5f2ef9ff 100644
--- a/pkgs/tools/filesystems/tar2ext4/default.nix
+++ b/pkgs/tools/filesystems/tar2ext4/default.nix
@@ -18,5 +18,6 @@ buildGoModule rec {
     description = "Convert a tar archive to an ext4 image";
     maintainers = with maintainers; [ qyliss ];
     license = licenses.mit;
+    mainProgram = "tar2ext4";
   };
 }