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
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| README.md | ||
Nix Utils
Nix is useful and well-designed in many cases. Nix's standard library of is not a representative example of the value of Nix. I'm hoping to replace some of the standard library functions with versions that I find more intuitive and ergonomic to consume.
This directcory is where I will host that work.