DOC.md: fix typo

This commit is contained in:
Timothy DeHerrera 2020-02-01 20:37:43 -07:00
parent 66ee2b5c36
commit 36a555f807
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 1 deletions

2
DOC.md
View File

@ -59,7 +59,7 @@ passed to every NixOS module, eg:
let
inherit (usr) utils;
data = utils.myFunction # ...
data = usr.utils.myFunction # ...
in
{
# NixOS configuration