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
40
|
diff --git a/flake.lock b/flake.lock
index bc5897570e7aad10b00264640961ca501ca365c6..048e2c76eccefc780452790cf1a39a27e057ebd5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -384,6 +384,27 @@ "repo": "NUR",
"type": "github"
}
},
+ "pokego": {
+ "inputs": {
+ "nixpkgs": [
+ "jolheiser",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1741123315,
+ "narHash": "sha256-NlLFuW6pOr9xt+W7nPZUTflVwrOJgkJZWlk9RJxDVO4=",
+ "ref": "refs/heads/main",
+ "rev": "fbf059d0ecfd1292d34c7e4ae69e8c58d0c27737",
+ "revCount": 1,
+ "type": "git",
+ "url": "https://git.jolheiser.com/pokego.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/pokego.git"
+ }
+ },
"root": {
"inputs": {
"agenix": "agenix",
@@ -397,6 +418,7 @@ "jolheiser": "jolheiser_2",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_3",
"nur": "nur",
+ "pokego": "pokego",
"spectre": "spectre",
"tclip": "tclip"
}
|