mirror of https://git.jolheiser.com/ugit.git
chore: update flake references and use gomodsri
Signed-off-by: jolheiser <john.olheiser@gmail.com>ffdhall
parent
2615593c2f
commit
1187c9eeb3
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
sha256-8kI94hcJupAUye6cEAmIlN+CrtYSXlgoAlmpyXArfF8=
|
Loading…
Reference in New Issue