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
|
diff --git a/flake.lock b/flake.lock
index b1a1a317f1bc27ccbd7bfb6baaef6bb5e94daab4..50d332818486630898cfaa7ea4a55960e41eb2b4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -167,6 +167,26 @@ "repo": "gomod2nix",
"type": "github"
}
},
+ "gomodinit": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1703207093,
+ "narHash": "sha256-rP9yqEogOJvro4GLysAOx7jgWL4TU0mydRCgK13spkw=",
+ "ref": "refs/heads/main",
+ "rev": "6686d6491326ec79522d262ea150602d6bcb6c7a",
+ "revCount": 5,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/gomodinit"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/gomodinit"
+ }
+ },
"helix": {
"inputs": {
"nixpkgs": [
@@ -259,6 +279,26 @@ "rev": "34f85de51bbc74595e63b22ee089adbb31f7c7a2",
"type": "github"
}
},
+ "nixpl": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1703195882,
+ "narHash": "sha256-2G3AycxaKv7IFggZPYel2TedIKznNKWzybEZ+1Td02c=",
+ "ref": "refs/heads/main",
+ "rev": "578a6c9e163b20bb6af6186fa0a5e3baf45789c2",
+ "revCount": 2,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/nixpl"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/nixpl"
+ }
+ },
"nur": {
"locked": {
"lastModified": 1701441860,
@@ -304,15 +344,18 @@ "flake-utils": "flake-utils",
"gist": "gist",
"git-age": "git-age",
"golink": "golink",
+ "gomodinit": "gomodinit",
"helix": "helix",
"home-manager": "home-manager",
"jolheiser-nur": "jolheiser-nur",
"nixpkgs": "nixpkgs",
"nixpkgs-py36": "nixpkgs-py36",
+ "nixpl": "nixpl",
"nur": "nur",
"resume": "resume",
"tclip": "tclip",
"templ": "templ",
+ "tmpl": "tmpl",
"website": "website"
}
},
@@ -417,6 +460,26 @@ "original": {
"owner": "a-h",
"repo": "templ",
"type": "github"
+ }
+ },
+ "tmpl": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1703045685,
+ "narHash": "sha256-yiUMTdqR6DFfLdJ0aqJnQ94Z9PF2LI/Tim1N/U7GgJo=",
+ "ref": "refs/heads/main",
+ "rev": "01944e1a3ace27f1a292c606ac11f3db31e3352e",
+ "revCount": 34,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tmpl"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tmpl"
}
},
"website": {
|