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
|
diff --git a/flake.lock b/flake.lock
index 6a32e3c5f1862956cd44982ec6603a774e36a210..33e608ab5c7163a83aad6c389feb85d3d883422d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -23,6 +23,29 @@ "repo": "agenix",
"type": "github"
}
},
+ "blog": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "templ": [
+ "templ"
+ ]
+ },
+ "locked": {
+ "lastModified": 1720561582,
+ "narHash": "sha256-5Gb9GwPgOfXOOp48eKcn3kmqa8+jFZDVzzzzMT+J3/Y=",
+ "ref": "refs/heads/main",
+ "rev": "3803d94c98e58577f9794073bc44d126123fb303",
+ "revCount": 24,
+ "type": "git",
+ "url": "https://git.jolheiser.com/blog.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/blog.git"
+ }
+ },
"cfg": {
"inputs": {
"nixpkgs": [
@@ -457,6 +480,7 @@ },
"root": {
"inputs": {
"agenix": "agenix",
+ "blog": "blog",
"cfg": "cfg",
"dagger": "dagger",
"flake-utils": "flake-utils",
|