Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-20 | Drop support for dir-locals.nix, <nixpkgs>, etc. | William Carroll | 2 | -8/+6 | |
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-07-20 | Add a README to haskell-file | William Carroll | 1 | -0/+7 | |
Because every library/package deserves a README. | |||||
2020-01-29 | Splice ./universe directory into ./ | William Carroll | 4 | -0/+179 | |
Manually merging: - README.md: I added the description from universe/README.md into the heading of dotfiles/README.md. - .envrc: dotfiles/.envrc was a superset of universe/.envrc - .gitignore: Adding some of the ignored patterns from universe/.gitignore to dotfiles/.gitignore Everything else here should be a simple rename. |