tar2ext4: correct meta.platforms is already configured by buildGoModule

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Maximilian Bosch
2021-08-19 12:27:54 +02:00
committed by GitHub
co-authored by Sandro
parent a68f24c2ca
commit d4cc8ca3d3
@@ -18,6 +18,5 @@ buildGoModule rec {
description = "Convert a tar archive to an ext4 image";
maintainers = with maintainers; [ qyliss ];
license = licenses.mit;
platforms = platforms.all;
};
}