chore: update flake references and use gomodsri

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2024-03-08 16:34:51 -06:00
parent 2615593c2f
commit 1187c9eeb3
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
3 changed files with 8 additions and 7 deletions

View File

@ -36,11 +36,11 @@
"rev": "afca060674b20e0ccecde2d6fe88c887790219a5", "rev": "afca060674b20e0ccecde2d6fe88c887790219a5",
"revCount": 1, "revCount": 1,
"type": "git", "type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp" "url": "https://git.jolheiser.com/tailwind-ctp"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp" "url": "https://git.jolheiser.com/tailwind-ctp"
} }
}, },
"tailwind-ctp-lsp": { "tailwind-ctp-lsp": {
@ -56,11 +56,11 @@
"rev": "b321333ad08bf21db242f246b10ad4a50b8fc8a0", "rev": "b321333ad08bf21db242f246b10ad4a50b8fc8a0",
"revCount": 848, "revCount": 848,
"type": "git", "type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense" "url": "https://git.jolheiser.com/tailwind-ctp-intellisense"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.jojodev.com/jolheiser/tailwind-ctp-intellisense" "url": "https://git.jolheiser.com/tailwind-ctp-intellisense"
} }
} }
}, },

View File

@ -4,11 +4,11 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
tailwind-ctp = { tailwind-ctp = {
url = "git+https://git.jojodev.com/jolheiser/tailwind-ctp"; url = "git+https://git.jolheiser.com/tailwind-ctp";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
tailwind-ctp-lsp = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
@ -31,7 +31,7 @@
path = ./.; path = ./.;
}); });
subPackages = ["cmd/ugitd"]; subPackages = ["cmd/ugitd"];
vendorHash = "sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8="; vendorHash = nixpkgs.lib.fileContents ./go.mod.sri;
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "Minimal git server"; description = "Minimal git server";
homepage = "https://git.jolheiser.com/ugit"; homepage = "https://git.jolheiser.com/ugit";

1
go.mod.sri 100644
View File

@ -0,0 +1 @@
sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8=