some adjustments to per-platform config
This commit is contained in:
parent
9b2dd5c20f
commit
0275aaec03
5 changed files with 20 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
{
|
||||
options = {
|
||||
impure.clonedRepos = mkOption {
|
||||
grfn.impure.clonedRepos = mkOption {
|
||||
description = "Repositories to clone";
|
||||
default = {};
|
||||
type = with types; loaOf (
|
||||
|
|
@ -62,6 +62,6 @@ with lib;
|
|||
popd
|
||||
fi
|
||||
'')
|
||||
config.impure.clonedRepos;
|
||||
config.grfn.impure.clonedRepos;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue