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
parent a68f24c2ca
commit d4cc8ca3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}