From 21621146c498cb9e4713d6712fa58d432e013ec2 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Mon, 7 Nov 2022 18:50:00 -0800 Subject: [PATCH] owofetch: mark as x86_64 only --- pkgs/tools/misc/owofetch/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/owofetch/default.nix b/pkgs/tools/misc/owofetch/default.nix index 54b2fa35d696..4b312f0cea45 100644 --- a/pkgs/tools/misc/owofetch/default.nix +++ b/pkgs/tools/misc/owofetch/default.nix @@ -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 ]; }; }