default: properly set outPath when evaluating in store

This commit is contained in:
Wroclaw 2025-05-04 16:34:55 +02:00
parent 09f1929960
commit f8a0c6a50c

View file

@ -37,7 +37,8 @@ let
selfInStore = if selfInStore'.success then selfInStore'.value else gitlessSelfInStore;
in
if !(evaluatingInStore) then { ... }@args: import selfInStore ({
selfPath = selfInStore // {
selfPath = {
outPath = builtins.toString ./.;
selfMode = "store";
};
} // args )