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
|
diff --git a/flake.lock b/flake.lock
index 0ccb759144bebd6401e1b5f40ee8cd29cd18462e..09b7313099ad191dfdf5d94869968dd33074c8cc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -225,6 +225,27 @@ "repo": "default",
"type": "github"
}
},
+ "tailwind-ctp": {
+ "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",
@@ -256,14 +277,18 @@ "flake-utils"
],
"nixpkgs": [
"nixpkgs"
- ]
+ ],
+ "nur": [
+ "jolheiser-nur"
+ ],
+ "tailwind-ctp": "tailwind-ctp"
},
"locked": {
- "lastModified": 1695536112,
- "narHash": "sha256-JjK9NnrTtSXtN5FkLoEe/M5pzShwpwYOHkUQ2horf2U=",
+ "lastModified": 1696000677,
+ "narHash": "sha256-qYbAJxeMyDJ9ZkIgqsJet8Yut/tcC8S67paCI/d0UjQ=",
"ref": "refs/heads/main",
- "rev": "789d6e79164d617ebdcab3de53fc79457025edcc",
- "revCount": 6,
+ "rev": "d68349edb6ad77bb4dd50cba08e5c5e1e046d512",
+ "revCount": 9,
"type": "git",
"url": "https://git.jojodev.com/jolheiser/jolheiser.com"
},
|