3 changed files with 2937 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
{ pkgs ? import <nixpkgs> { } }: |
|||
let |
|||
f = (path: type: ! builtins.elem (baseNameOf path) [ ".git" "node_modules" "result" ]); |
|||
src = builtins.filterSource f ./.; |
|||
in |
|||
pkgs.mastodon.override { |
|||
pname = "mastodon-queer-af"; |
|||
version = "2021-08-27"; |
|||
srcOverride = src; |
|||
dependenciesDir = src; |
|||
} |
File diff suppressed because it is too large
Loading…
Reference in new issue