Home

jolheiser.com @main - refs - log -
-
https://git.jolheiser.com/jolheiser.com.git
my website
tree log patch
move inputs to new git Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQCzBTO37Qs9hzikeuEAt0RhQI1aW1nZo/i2jIuV2S8DgaJ/YSagP2gzfJpwKqVYKYr vI1qlYmjKYZetbveZQzAM= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 weeks ago
2 changed files, 6 additions(+), 6 deletions(-)
flake.lockflake.nix
M flake.lockflake.lock
 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
diff --git a/flake.lock b/flake.lock
index 3ee584f4a8abd3a68880830bbf2f29a3666f73d8..43b34a70f2dd490b351bb3bd66311533532bee78 100644
--- a/flake.lock
+++ b/flake.lock
@@ -66,11 +66,11 @@         "ref": "refs/heads/main",
         "rev": "afca060674b20e0ccecde2d6fe88c887790219a5",
         "revCount": 1,
         "type": "git",
-        "url": "https://git.jojodev.com/jolheiser/tailwind-ctp"
+        "url": "https://git.jolheiser.com/tailwind-ctp"
       },
       "original": {
         "type": "git",
-        "url": "https://git.jojodev.com/jolheiser/tailwind-ctp"
+        "url": "https://git.jolheiser.com/tailwind-ctp"
       }
     },
     "tailwind-ctp-lsp": {
@@ -84,11 +84,11 @@         "ref": "refs/heads/master",
         "rev": "b321333ad08bf21db242f246b10ad4a50b8fc8a0",
         "revCount": 848,
         "type": "git",
-        "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"
+        "url": "https://git.jolheiser.com/tailwind-ctp-intellisense"
       },
       "original": {
         "type": "git",
-        "url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"
+        "url": "https://git.jolheiser.com/tailwind-ctp-intellisense"
       }
     }
   },
M flake.nixflake.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
diff --git a/flake.nix b/flake.nix
index 1b78f6a0995af93bbb79269d75da318646720465..c7e940181b4239d9cc36027852258e77eb879569 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,8 +1,8 @@
 {
   inputs = {
     nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
-    tailwind-ctp.url = "git+https://git.jojodev.com/jolheiser/tailwind-ctp";
-    tailwind-ctp-lsp.url = "git+https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense";
+    tailwind-ctp.url = "git+https://git.jolheiser.com/tailwind-ctp";
+    tailwind-ctp-lsp.url = "git+https://git.jolheiser.com/tailwind-ctp-intellisense";
   };
 
   outputs =