tvl-depot/utils
William Carroll a076027945 Define {builder,fs}.nix for utils.nix
Re-export everything from utils.nix.
2020-09-01 12:16:34 +01:00
..
builder.nix Define {builder,fs}.nix for utils.nix 2020-09-01 12:16:34 +01:00
default.nix Define {builder,fs}.nix for utils.nix 2020-09-01 12:16:34 +01:00
fs.nix Define {builder,fs}.nix for utils.nix 2020-09-01 12:16:34 +01:00
README.md Add README to //utils 2020-04-05 16:26:00 +01:00

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.