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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
diff --git a/flake.lock b/flake.lock
index 6f4e0712d03492380fc385fb08f2c9cbfd5a086d..3a2532f2f06acadef5be6562e9c1cac755d2af4d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -603,10 +603,10 @@ "nixpkgs": "nixpkgs_2",
"nur": "nur",
"resume": "resume",
"spectre": "spectre",
+ "tailproxy": "tailproxy",
"tclip": "tclip",
"templ": "templ",
"tmpl": "tmpl",
- "tsnet-serve": "tsnet-serve",
"ugit": "ugit",
"website": "website"
}
@@ -689,6 +689,26 @@ "original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
+ }
+ },
+ "tailproxy": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1729889379,
+ "narHash": "sha256-+XQLMtmy+c30UyJkxDK/e5h3sAz1NG0Dnltfm7DQrKM=",
+ "ref": "refs/heads/main",
+ "rev": "4578d04f2a24968db2dac297a3d60f53cb2a0525",
+ "revCount": 9,
+ "type": "git",
+ "url": "https://git.jolheiser.com/tailproxy.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/tailproxy.git"
}
},
"tailwind-ctp": {
@@ -838,26 +858,6 @@ },
"original": {
"type": "git",
"url": "https://git.jolheiser.com/tmpl.git"
- }
- },
- "tsnet-serve": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1728678658,
- "narHash": "sha256-xuz1aQYzQo2hPEHprUu6eyvNhKA2+smf2gY6SCQBfNc=",
- "ref": "refs/heads/main",
- "rev": "da6f6f07a2d25b5ae915c980127667f012c8997d",
- "revCount": 12,
- "type": "git",
- "url": "https://git.jolheiser.com/tsnet-serve-nix.git"
- },
- "original": {
- "type": "git",
- "url": "https://git.jolheiser.com/tsnet-serve-nix.git"
}
},
"ugit": {
|