pkgs/git-checkout-github-pr: Add script to checkout GitHub PRs in repos
This commit is contained in:
9
pkgs/git-checkout-github-pr/default.nix
Normal file
9
pkgs/git-checkout-github-pr/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "git-checkout-github-pr";
|
||||
text = builtins.readFile ./git-checkout-github-pr.sh;
|
||||
runtimeInputs = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user