known-folders
Simpler than using `fetchFromGitHub`, we can have `nix` manage the version instead
Have to use it with `nix run '.?submodules=1'`, unfortunately. Might be able to remove that requirement by using the following, but I don't know how it interacts with `gitignoreSource`: ``` fetchGit { url = ./.; submodules = true; } ```