forked from colonelpanic/dotfiles
Add gitea overlay
This commit is contained in:
parent
fac6d4f888
commit
b728db8f36
@ -47,4 +47,13 @@ final: prev: {
|
|||||||
withNativeCompilation = true;
|
withNativeCompilation = true;
|
||||||
withTreeSitter = true;
|
withTreeSitter = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gitea = prev.gitea.overrideAttrs(_: {
|
||||||
|
src = prev.fetchFromGitHub {
|
||||||
|
repo = "gitea";
|
||||||
|
owner = "colonelpanic8";
|
||||||
|
rev = "40e15b12bf104f8018f56e5b826d8a2f8e2587ea";
|
||||||
|
sha256 = "sha256-VXP8Ga681rcKn548rOZq9I19abY0GzXRpdiYGpwyMJ4=";
|
||||||
|
};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user