diff --git a/default.nix b/default.nix index 9cd1637..4647b38 100644 --- a/default.nix +++ b/default.nix @@ -37,9 +37,11 @@ let selfInStore = if selfInStore'.success then selfInStore'.value else gitlessSelfInStore; in if !(evaluatingInStore) then { ... }@args: import selfInStore ({ + selfPath = selfInStore; +} // args ) +else { ... }@args: import ./outputs.nix ({ selfPath = { outPath = builtins.toString ./.; selfMode = "store"; }; -} // args ) -else { ... }@args: import ./outputs.nix ({ selfPath = selfInStore; } // args) +} // args)