ugit @main -
refs -
log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
chore: update flake references and use gomodsri
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Signature
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEgqEQpE3xoo1QwJO/uFOtpdp7v3oFAmXrkosACgkQuFOtpdp7
v3oVog/+MnLnrv5jeRjUhEhHaOGMhznfgsCYVbHTEZ1ph65lXS97qUd9sWSZH/iy
kIZPFcC87vrWA1GlD4n3zAUWrj2pz4Bb1IB9KQVXucrkRFB7e5xo7WOrYr16i5xD
fVtnWbtzxL6m0oo1zSxSSoKJ31mizn6VTuKUSmTxnFodf3axHxPoLUJ8Xv493Vr+
JSoz5KheULyGpkXHF7+yzgraVgF43s5OyrDjFa/VuS/4DuhPzdOg43adOt2p1EY1
dsfF5E6SCuuKkzYPNhh/21SAW9/ftJEadLTI9mHZWwnoxRO8iirst+MqbsvWmlS/
5j8qZlTErJKm7tpdVhBTEJw0dXdiJGR+OUxIPtvkDTXa30IlYwb4QzjIfn6FT4iy
7vErw80SOYrunvo5duDWIp4RD6Vi6GEA/cjw3EATsnvZelSvy/aQ4WNQCuGQCWYa
XxTT1ZfTGjI4i+0hi8STit4p58YFvExA7hT9TEcKEw8jNjlQB5IbSgiWUlrTrAvr
MJaCCUYI430aJl9AV4QsYeV7xbrZNJyuBPw6HnjCBdzUCgmbfBZUr7SbfsbqTxSl
/Lpu0bZ/ThV3sKPh9iTQknzMu8GfcRIhsodhfyV9FA1MbateyuWQqjdQIcimhNMt
WuZyMs02Az/etHZL06u83jBoZqdFY8XKGz/3wHoEjDJbX7VkxDg=
=n5Ow
-----END PGP SIGNATURE-----
3 changed files, 8 additions(+), 7 deletions(-)
diff --git a/flake.lock b/flake.lock
index ac832b83c21fb3f2fae2a7a1c0326d192a066c42..1080ce4617c3508273b2c63df23f178713f238e1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -36,11 +36,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": {
@@ -56,11 +56,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"
}
}
},
diff --git a/flake.nix b/flake.nix
index 7643ad703294eb908295ab6a47a71fac4a39c46d..efce2bf79c3814ca926516472493df918e1ec761 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,12 +4,12 @@
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 = {
{
-{
+ name = pname;
inputs.nixpkgs.follows = "nixpkgs";
};
};
@@ -32,8 +32,8 @@ name = pname;
path = ./.;
});
subPackages = ["cmd/ugitd"];
-
{
+ path = ./.;
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 0000000000000000000000000000000000000000..d39fa92122edf58ef641b9c8d132be1ab549a98d
--- /dev/null
+++ b/go.mod.sri
@@ -0,0 +1 @@
+sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8=
\ No newline at end of file