summary refs log tree commit diff
path: root/pkgs/tools/games
diff options
context:
space:
mode:
authorZhong Jianxin <azuwis@gmail.com>2023-06-28 17:57:52 +0800
committerZhong Jianxin <azuwis@gmail.com>2023-06-28 17:57:52 +0800
commit9c38e1f079113e76b6180351137806ce1a7f837c (patch)
tree4ff01a4d8925411f94f5bc34888265021d0e1743 /pkgs/tools/games
parent8f342bfa950f610e7497800e707111d69646f801 (diff)
trigger-control: Add missing meta.platforms
Diffstat (limited to 'pkgs/tools/games')
-rw-r--r--pkgs/tools/games/trigger-control/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/games/trigger-control/default.nix b/pkgs/tools/games/trigger-control/default.nix
index 67ce995e04e4a..0d1ef9ef1d47c 100644
--- a/pkgs/tools/games/trigger-control/default.nix
+++ b/pkgs/tools/games/trigger-control/default.nix
@@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/Etaash-mathamsetty/trigger-control";
     license = licenses.mit;
     maintainers = with maintainers; [ azuwis ];
+    platforms = platforms.all;
   };
 }