about summary refs log tree commit diff
path: root/boilerplate/clojure
AgeCommit message (Collapse)AuthorFilesLines
2020-08-20 Drop support for dir-locals.nix, <nixpkgs>, etc.William Carroll3-4/+4
In the spirit of Marie Kondo, I'm tidying up! TL;DR: - Prefer .envrc `use_nix` and delete all dir-locals.nix files - Remove ~all references to <nixpkgs>, <unstable>, <depot> and prefer referencing each with briefcase.third_party.{pkgs,unstable,depot} - Delete nixBufferFromShell function since I was only using that in dir-locals.nix files
2020-06-16 Update Clojure boilerplate docsWilliam Carroll1-1/+1
After consuming some of this boilerplate for a TopTal assessment, I found a few inconsistencies with my docs.
2020-05-04 Support //boilerplate/clojureWilliam Carroll6-0/+57
While this is most likely incomplete or even erroneous, I'd like to start supporting Clojure in this repository.