diff --git a/default.nix b/default.nix index 998d023..9cd1637 100644 --- a/default.nix +++ b/default.nix @@ -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 )