experimental getPath
This commit is contained in:
parent
83e72d3c83
commit
b528fa5cb7
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ let
|
|||
(lib.warn ("Didn't set 'my.flakeLocation', " + errorMsg) true)))
|
||||
value);
|
||||
flakeSubmodules = "${config.my.flakeLocation}/submodules";
|
||||
getPath = (file: if true # config.my.flakeLocation != null
|
||||
then config.lib.file.mkOutOfStoreSymlink "${file}"
|
||||
else ./. + file);
|
||||
in
|
||||
{
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue