mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-26 16:03:38 +03:00
chore(mach-nix-rs): fix typos
This commit is contained in:
parent
1b445e7719
commit
9b8df26237
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user