diff --git a/flake.lock b/flake.lock index ac832b8..1080ce4 100644 --- a/flake.lock +++ b/flake.lock @@ -36,11 +36,11 @@ "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": { @@ -56,11 +56,11 @@ "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" } } }, diff --git a/flake.nix b/flake.nix index 7643ad7..efce2bf 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,11 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; tailwind-ctp = { - url = "git+https://git.jojodev.com/jolheiser/tailwind-ctp"; + url = "git+https://git.jolheiser.com/tailwind-ctp"; inputs.nixpkgs.follows = "nixpkgs"; }; tailwind-ctp-lsp = { - url = "git+https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense"; + url = "git+https://git.jolheiser.com/tailwind-ctp-intellisense"; inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -31,7 +31,7 @@ path = ./.; }); subPackages = ["cmd/ugitd"]; - vendorHash = "sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8="; + vendorHash = nixpkgs.lib.fileContents ./go.mod.sri; meta = with pkgs.lib; { description = "Minimal git server"; homepage = "https://git.jolheiser.com/ugit"; diff --git a/go.mod.sri b/go.mod.sri new file mode 100644 index 0000000..d39fa92 --- /dev/null +++ b/go.mod.sri @@ -0,0 +1 @@ +sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8= \ No newline at end of file