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
|
diff --git a/flake.lock b/flake.lock
index 1d293d1aa2c47ab3458f35fc8c585bc42c10495b..da56845eec3c6b1a191135d3b4b7ba40fa29afd6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -58,7 +58,8 @@ "inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nur": "nur",
- "tailwind-ctp": "tailwind-ctp"
+ "tailwind-ctp": "tailwind-ctp",
+ "tailwind-ctp-lsp": "tailwind-ctp-lsp"
}
},
"systems": {
@@ -94,6 +95,26 @@ },
"original": {
"type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp"
+ }
+ },
+ "tailwind-ctp-lsp": {
+ "inputs": {
+ "nixpkgs": [
+ "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"
}
}
},
|