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
|
diff --git a/flake.lock b/flake.lock
index 31d6ded686bd1a5214259c1d7aee120ef3268d42..9f0afdce3cd7058cb972a4bd2451537091d17121 100644
--- a/flake.lock
+++ b/flake.lock
@@ -372,6 +372,7 @@ "resume": "resume",
"tclip": "tclip",
"templ": "templ",
"tmpl": "tmpl",
+ "ugit": "ugit",
"website": "website",
"wsl": "wsl"
}
@@ -394,7 +395,7 @@ },
"tailwind-ctp": {
"inputs": {
"nixpkgs": [
- "website",
+ "ugit",
"nixpkgs"
]
},
@@ -415,6 +416,27 @@ },
"tailwind-ctp-lsp": {
"inputs": {
"nixpkgs": [
+ "ugit",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1699401590,
+ "narHash": "sha256-nx8ExuBRUux9eXSUgkWp1LJMvA3dmA76+2xggZjHTU0=",
+ "ref": "refs/heads/master",
+ "rev": "b321333ad08bf21db242f246b10ad4a50b8fc8a0",
+ "revCount": 848,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"
+ }
+ },
+ "tailwind-ctp-lsp_2": {
+ "inputs": {
+ "nixpkgs": [
"website",
"nixpkgs"
]
@@ -433,6 +455,27 @@ "type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"
}
},
+ "tailwind-ctp_2": {
+ "inputs": {
+ "nixpkgs": [
+ "website",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1695841587,
+ "narHash": "sha256-fgiZd5AV+hi8Ne0bJ8SyAx5nppseW4aXJQEIDSr0VNA=",
+ "ref": "refs/heads/main",
+ "rev": "afca060674b20e0ccecde2d6fe88c887790219a5",
+ "revCount": 1,
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tailwind-ctp"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jojodev.com/jolheiser/tailwind-ctp"
+ }
+ },
"tclip": {
"inputs": {
"gomod2nix": "gomod2nix",
@@ -499,6 +542,28 @@ "type": "git",
"url": "https://git.jojodev.com/jolheiser/tmpl"
}
},
+ "ugit": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "tailwind-ctp": "tailwind-ctp",
+ "tailwind-ctp-lsp": "tailwind-ctp-lsp"
+ },
+ "locked": {
+ "lastModified": 1705360631,
+ "narHash": "sha256-zDmp6FmuTI6D1XvN191rcep+9kOTPEQ5f+HHYioUQro=",
+ "ref": "refs/heads/main",
+ "rev": "c7ec799170d3d911117a00e9f9286423058aaecb",
+ "revCount": 4,
+ "type": "git",
+ "url": "https://git.jolheiser.com/ugit.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://git.jolheiser.com/ugit.git"
+ }
+ },
"website": {
"inputs": {
"flake-utils": [
@@ -510,8 +575,8 @@ ],
"nur": [
"jolheiser-nur"
],
- "tailwind-ctp": "tailwind-ctp",
- "tailwind-ctp-lsp": "tailwind-ctp-lsp"
+ "tailwind-ctp": "tailwind-ctp_2",
+ "tailwind-ctp-lsp": "tailwind-ctp-lsp_2"
},
"locked": {
"lastModified": 1699404161,
|