Skip to content
Snippets Groups Projects
Unverified Commit 0a5a8677 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

nix-shell: Respect --dry-run

Fixes #824.
parent fcca702a
No related branches found
No related tags found
No related merge requests found
......@@ -390,6 +390,8 @@ int main(int argc, char ** argv)
maybePrintExecError(e);
}
if (dryRun) return;
// Set the environment.
auto env = getEnv();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment