infrastructure/nixos/pkgs/glitch-soc/source.nix
Victor 2c16870d66
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
nixfmt
2023-05-04 13:08:10 +02:00

12 lines
344 B
Nix

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