infrastructure/nixos/pkgs/glitch-soc/source.nix

12 lines
342 B
Nix

# 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 = [];
}