mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +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;
|
||||
description = ''
|
||||
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 {
|
||||
type = t.lazyAttrsOf t.str;
|
||||
description = ''
|
||||
Attrs which depend onf IFD and therefore should be cached
|
||||
Attrs which depend on IFD and therefore should be cached
|
||||
'';
|
||||
internal = true;
|
||||
readOnly = true;
|
||||
|
Loading…
Reference in New Issue
Block a user