diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·26+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·26+0100 |
commit | 4b9a2a6880b261e3c05d5d3aee33878b72dc8ab2 (patch) | |
tree | c2dfa192ec7294fa68393f121413693c40314b0c /utils/README.md | |
parent | 36d9f7a01b37558800b4484df326a1bafbc67044 (diff) |
Add README to //utils
Add a README.md to the //utils directory.
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 000000000000..0724dff2a992 --- /dev/null +++ b/utils/README.md @@ -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. |