mastodon/source.nix
2021-10-12 15:12:13 +02:00

5 lines
125 B
Nix

let
f = (path: type: ! builtins.elem (baseNameOf path) [ ".git" "node_modules" "result" ]);
in
builtins.filterSource f ./.