Merge pull request #200132 from newAM/owofetch

owofetch: mark as x86_64 only
This commit is contained in:
Artturi 2022-11-08 05:09:24 +02:00 committed by GitHub
commit 5b4a255b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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