From 9504f06fb5f3db068c119798a30ed67f691cc953 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 18 Aug 2023 17:22:26 +0800 Subject: [PATCH] ags: indicate it's exclusive for Linux platforms --- pkgs/ags/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/ags/default.nix b/pkgs/ags/default.nix index cfbe461f..eb47b165 100644 --- a/pkgs/ags/default.nix +++ b/pkgs/ags/default.nix @@ -51,5 +51,6 @@ buildNpmPackage rec { description = "A EWW-inspired widget system as a GJS library"; license = licenses.gpl3Plus; maintainers = with maintainers; [ foo-dogsquared ]; + platforms = platforms.linux; }; }