experimental getPath

This commit is contained in:
Benson Chu 2025-08-11 14:12:57 -05:00
parent 83e72d3c83
commit b528fa5cb7

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