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
71
72
73
|
diff --git a/flake.lock b/flake.lock
index 8a8f5ebd79e882d6aacd0f7ef9f14e0d9afc0a45..428b2339976093d33ed763321eb7268c58e1afca 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,25 @@
{
"nodes": {
+ "actual": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1719973663,
+ "narHash": "sha256-SybjMpCVUWG998EkvcwjHH3fTbG05FUSbB/Gqjz63tE=",
+ "ref": "refs/heads/main",
+ "rev": "7567e89e80834dfa65ca5af987a8db0afe01099d",
+ "revCount": 11,
+ "type": "git",
+ "url": "https://git.xeno.science/xenofem/actual-nix.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.xeno.science/xenofem/actual-nix.git"
+ }
+ },
"agenix": {
"inputs": {
"darwin": [],
@@ -519,6 +539,7 @@ }
},
"root": {
"inputs": {
+ "actual": "actual",
"agenix": "agenix",
"bennet": "bennet",
"blog": "blog",
@@ -540,6 +561,7 @@ "resume": "resume",
"tclip": "tclip",
"templ": "templ",
"tmpl": "tmpl",
+ "tsnet-serve": "tsnet-serve",
"ugit": "ugit",
"website": "website",
"wsl": "wsl"
@@ -754,6 +776,26 @@ },
"original": {
"type": "git",
"url": "https://git.jolheiser.com/tmpl.git"
+ }
+ },
+ "tsnet-serve": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1721516004,
+ "narHash": "sha256-+ayExpklAHdRfrCmPdFDIstiYFFeoBncpyvffcdkugU=",
+ "ref": "refs/heads/main",
+ "rev": "016b9666734733ea0ca7df54335ef44b9dd03573",
+ "revCount": 8,
+ "type": "git",
+ "url": "https://git.jolheiser.com/tsnet-serve-nix.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/tsnet-serve-nix.git"
}
},
"ugit": {
|