summaryrefslogtreecommitdiff
path: root/packages/bruh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bruh.nix')
-rw-r--r--packages/bruh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bruh.nix b/packages/bruh.nix
index 2b274f1..bad8aa0 100644
--- a/packages/bruh.nix
+++ b/packages/bruh.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Bruh sound, but as a program";
inherit (finalAttrs.src.meta) homepage;
license = licenses.gpl3Only;
+ platforms = platforms.linux;
maintainers = with maintainers; [azahi];
};
})