mastodon/source.nix

5 lines
125 B
Nix
Raw Normal View History

2021-09-03 11:32:57 +01:00
let
f = (path: type: ! builtins.elem (baseNameOf path) [ ".git" "node_modules" "result" ]);
in
builtins.filterSource f ./.