From 18c96ddec9476285c17534cc0edcb5270fda8b53 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 20 Aug 2023 16:10:03 -0400 Subject: pkgs/check-pr: add meta.platforms --- pkgs/check-pr.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/check-pr.nix b/pkgs/check-pr.nix index fca30b1..b199669 100644 --- a/pkgs/check-pr.nix +++ b/pkgs/check-pr.nix @@ -1,4 +1,7 @@ -{writeShellApplication}: +{ + lib, + writeShellApplication, +}: writeShellApplication { name = "check-pr"; text = '' @@ -11,3 +14,4 @@ writeShellApplication { nix run "github:$1?ref=pull/$2/head''${3:+#$3}" ''; } +// {meta.platforms = lib.platforms.all;} -- cgit v1.2.3