migrating hades hosts to this repo

This commit is contained in:
Vivian 2022-09-10 15:10:01 +02:00
parent afe348d913
commit b38f677544
15 changed files with 3672 additions and 18 deletions

View file

@ -0,0 +1,11 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/NULLx76/glitch-soc.git";
rev = "475fbad464ec97dcb639d37cb53168cc59327b86";
sha256 = "0f226mr7y3qn1pw2na1qvs4g067474626fxm3wh96yw15gqjw2gj";
};
in applyPatches {
inherit src;
patches = [];
}