owofetch: mark as x86_64 only

This commit is contained in:
Alex Martens 2022-11-07 18:50:00 -08:00
parent 27527ba4ab
commit 21621146c4

View File

@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec {
description = "Alternative to *fetch, uwuifies all stats";
homepage = "https://github.com/netthier/owofetch-rs";
license = licenses.gpl3Only;
platforms = platforms.x86_64;
maintainers = with maintainers; [ nullishamy ];
};
}