diff --git a/flake.lock b/flake.lock index 0ccb759..09b7313 100644 --- a/flake.lock +++ b/flake.lock @@ -225,6 +225,27 @@ "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 @@ ], "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" }, diff --git a/flake.nix b/flake.nix index 1dcc51e..7d804a8 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; + nur.follows = "jolheiser-nur"; }; };