diff options
| author | seth <[email protected]> | 2023-11-08 15:15:36 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-08 15:15:36 -0500 |
| commit | 5b8776bf89d2e5ae9e19f1bd44ebfbcff1ffc97d (patch) | |
| tree | ee17d43fc5593513a5a8547e6e23bf153a9de435 /pkgs/check-pr | |
| parent | 2af0619873101062932295533d737a2c14a4aaaa (diff) | |
check-pr: don't specify platforms
Diffstat (limited to 'pkgs/check-pr')
| -rw-r--r-- | pkgs/check-pr/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/check-pr/default.nix b/pkgs/check-pr/default.nix index b199669..fca30b1 100644 --- a/pkgs/check-pr/default.nix +++ b/pkgs/check-pr/default.nix @@ -1,7 +1,4 @@ -{ - lib, - writeShellApplication, -}: +{writeShellApplication}: writeShellApplication { name = "check-pr"; text = '' @@ -14,4 +11,3 @@ writeShellApplication { nix run "github:$1?ref=pull/$2/head''${3:+#$3}" ''; } -// {meta.platforms = lib.platforms.all;} |
