diff options
Diffstat (limited to 'src/nix/run.hh')
-rw-r--r-- | src/nix/run.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix/run.hh b/src/nix/run.hh index 6180a87dd..fed360158 100644 --- a/src/nix/run.hh +++ b/src/nix/run.hh @@ -6,6 +6,7 @@ namespace nix { void runProgramInStore(ref<Store> store, const std::string & program, - const Strings & args); + const Strings & args, + std::optional<std::string_view> system = std::nullopt); } |