add pending-reviews script
This commit is contained in:
12
pkgs/pending-reviews/default.nix
Normal file
12
pkgs/pending-reviews/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ writeShellApplication
|
||||
, bash
|
||||
, curl
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "pending-reviews";
|
||||
runtimeInputs = [
|
||||
bash
|
||||
curl
|
||||
];
|
||||
text = builtins.readFile ./script.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user