Compare commits

...

1 commit

Author SHA1 Message Date
Benson Chu
b528fa5cb7 experimental getPath 2025-08-11 14:12:57 -05:00

View file

@ -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 = {