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
29
30
31
32
33
34
35
36
37
38
39
|
diff --git a/flake.lock b/flake.lock
index b8cd1829f15bcda5a447557a634d6a906d5be9ad..8c99c63d19a661ffcf7fd82c93bee097b017d5a1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -234,6 +234,26 @@ "type": "git",
"url": "https://git.jolheiser.com/git-age.git"
}
},
+ "git-pr": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1721014718,
+ "narHash": "sha256-VwiuhbFL4GjGyDQpO7eYHAfjl+LOhGqjUAbaHOR78VM=",
+ "ref": "refs/heads/main",
+ "rev": "b8fc91752953cddb92daf9e08de0b27bd4731d3d",
+ "revCount": 1,
+ "type": "git",
+ "url": "https://git.jolheiser.com/git-pr-nix.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/git-pr-nix.git"
+ }
+ },
"gitignore": {
"inputs": {
"nixpkgs": [
@@ -507,6 +527,7 @@ "dagger": "dagger",
"flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",
+ "git-pr": "git-pr",
"golink": "golink",
"gomodinit": "gomodinit",
"helix": "helix",
|