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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
diff --git a/flake.lock b/flake.lock
index 5e7bc834648acf3cb665a691f8d4cb14171a828e..b1a1a317f1bc27ccbd7bfb6baaef6bb5e94daab4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -40,6 +40,21 @@ "repo": "flake-utils",
"type": "github"
}
},
+ "flake-utils_2": {
+ "locked": {
+ "lastModified": 1667395993,
+ "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"gist": {
"inputs": {
"nixpkgs": [
@@ -81,6 +96,27 @@ },
"original": {
"type": "git",
"url": "https://git.jojodev.com/jolheiser/git-age"
+ }
+ },
+ "gitignore": {
+ "inputs": {
+ "nixpkgs": [
+ "templ",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1694102001,
+ "narHash": "sha256-vky6VPK1n1od6vXbqzOXnekrQpTL4hbPAwUhT5J9c9E=",
+ "owner": "hercules-ci",
+ "repo": "gitignore.nix",
+ "rev": "9e21c80adf67ebcb077d75bd5e7d724d21eeafd6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "gitignore.nix",
+ "type": "github"
}
},
"golink": {
@@ -276,6 +312,7 @@ "nixpkgs-py36": "nixpkgs-py36",
"nur": "nur",
"resume": "resume",
"tclip": "tclip",
+ "templ": "templ",
"website": "website"
}
},
@@ -360,6 +397,28 @@ "repo": "tclip",
"type": "github"
}
},
+ "templ": {
+ "inputs": {
+ "gitignore": "gitignore",
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "xc": "xc"
+ },
+ "locked": {
+ "lastModified": 1702159064,
+ "narHash": "sha256-9tyQOybmptmDhIfQcuZ8Vq8l3fMLdZfGPw+tjJbWzeQ=",
+ "owner": "a-h",
+ "repo": "templ",
+ "rev": "ddb1610a81627f5c9c524bb66877477f401e4ecd",
+ "type": "github"
+ },
+ "original": {
+ "owner": "a-h",
+ "repo": "templ",
+ "type": "github"
+ }
+ },
"website": {
"inputs": {
"flake-utils": [
@@ -386,6 +445,28 @@ },
"original": {
"type": "git",
"url": "https://git.jojodev.com/jolheiser/jolheiser.com"
+ }
+ },
+ "xc": {
+ "inputs": {
+ "flake-utils": "flake-utils_2",
+ "nixpkgs": [
+ "templ",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1696495449,
+ "narHash": "sha256-dthZiJ2FX/eIC0l1mdfefJZXDTVLfwp7L7Arq5rsCWA=",
+ "owner": "joerdav",
+ "repo": "xc",
+ "rev": "c8baab14d679fb276f11c576607010283be21220",
+ "type": "github"
+ },
+ "original": {
+ "owner": "joerdav",
+ "repo": "xc",
+ "type": "github"
}
}
},
|