chore(mach-nix-rs): fix typos

This commit is contained in:
phaer 2023-02-20 18:33:02 +01:00 committed by DavHau
parent 1b445e7719
commit 9b8df26237

View File

@ -11,7 +11,7 @@ in {
type = t.package; type = t.package;
description = '' description = ''
A package that contains fetched python sources. A package that contains fetched python sources.
Each single python source must be located ina subdirectory named after the package name. Each single python source must be located in a subdirectory named after the package name.
''; '';
}; };
@ -63,7 +63,7 @@ in {
dists = l.mkOption { dists = l.mkOption {
type = t.lazyAttrsOf t.str; type = t.lazyAttrsOf t.str;
description = '' description = ''
Attrs which depend onf IFD and therefore should be cached Attrs which depend on IFD and therefore should be cached
''; '';
internal = true; internal = true;
readOnly = true; readOnly = true;