Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-20 | Drop support for dir-locals.nix, <nixpkgs>, etc. | William Carroll | 3 | -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-07-02 | Prefer builtins.path | William Carroll | 1 | -1/+1 | |
Thanks to the Nix anti-patterns documented here... https://nix.dev/anti-patterns/language.html#reproducability-referencing-top-level-directory-with ...I'm cleaning up some of my Nix expressions. Read the article for more context. | |||||
2020-03-30 | Prototype my digital habits journal | William Carroll | 15 | -0/+5904 | |
Trying to obviate my Google Sheets spreadsheet in favor of a more focused web app. |