This commit is contained in:
atagen 2024-12-05 13:09:38 +11:00
parent c470c63ab2
commit bafb226314
15 changed files with 443 additions and 179 deletions

View file

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitea {
domain = "git.atagen.co";
owner = "atagen";
repo = pname;
repo = pname + "-rs";
rev = "8cb1323bdc388ce1fdb0675ade756ea8b59b803d";
sha256 = "sha256-Blo1PyhzKU4LzflmeGrvWOQEon2BCTkF3uQR+7D5/kc=";
};