DOC.md: fix typo
This commit is contained in:
parent
66ee2b5c36
commit
36a555f807
1 changed files with 1 additions and 1 deletions
2
DOC.md
2
DOC.md
|
@ -59,7 +59,7 @@ passed to every NixOS module, eg:
|
||||||
let
|
let
|
||||||
inherit (usr) utils;
|
inherit (usr) utils;
|
||||||
|
|
||||||
data = utils.myFunction # ...
|
data = usr.utils.myFunction # ...
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# NixOS configuration
|
# NixOS configuration
|
||||||
|
|
Loading…
Reference in a new issue