about summary refs log tree commit diff
path: root/pkgs/tools/misc/owofetch
diff options
context:
space:
mode:
authorAlex Martens <alex@thinglab.org>2022-11-07 18:50:00 -0800
committerAlex Martens <alex@thinglab.org>2022-11-07 18:50:00 -0800
commit21621146c498cb9e4713d6712fa58d432e013ec2 (patch)
treeaf4ed110c91090db68d3e966a88aacaf2427de1a /pkgs/tools/misc/owofetch
parent27527ba4abcc6a99e756d4401f1179e8225238b7 (diff)
owofetch: mark as x86_64 only
Diffstat (limited to 'pkgs/tools/misc/owofetch')
-rw-r--r--pkgs/tools/misc/owofetch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/owofetch/default.nix b/pkgs/tools/misc/owofetch/default.nix
index 54b2fa35d696b..4b312f0cea45b 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 ];
   };
 }