Unverified Commit d4cc8ca3 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

tar2ext4: correct `meta.platforms` is already configured by `buildGoModule`



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent a68f24c2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
}