Add README to //utils
Add a README.md to the //utils directory.
This commit is contained in:
parent
36d9f7a01b
commit
4b9a2a6880
1 changed files with 8 additions and 0 deletions
8
utils/README.md
Normal file
8
utils/README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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.
|
Loading…
Reference in a new issue