Home

git-pr-nix @main - refs - log -
-
https://git.jolheiser.com/git-pr-nix.git
git-pr nix
git-pr-nix / README.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# git-pr nix

A flake, package, and module for [git-pr](https://github.com/picosh/git-pr).

## Usage

As a flake:

```nix
git-pr.url = "git+https://git.jolheiser.com/git-pr-nix.git";
# ...
imports = [inputs.git-pr.nixosModules.default];
```

[Module](./module/default.nix):

```nix
{
  services.git-pr = {
    enable = true;
    # ...
  };
}
```

## License

[MIT](LICENSE)