dotfiles/packages/glitch-soc/source.nix

12 lines
343 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/glitch-soc/mastodon.git";
rev = "3f15326a05a926e9f001800a48ac2addbd3aa833";
sha256 = "1m1agij9i2byiml02yq0h9w6f64jvy2y2ayjm880pg5xm638nqmk";
};
in applyPatches {
inherit src;
patches = [];
}