Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devenv: fix the cachix integration #1313

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

devenv: fix the cachix integration #1313

wants to merge 2 commits into from

Conversation

sandydoo
Copy link
Member

@sandydoo sandydoo commented Jul 2, 2024

Fixes the cachix watch-exec command.
Also pretty-prints the command if run_nix fails to make it easier to track down which command is failing in the future.

Fixes #1311.

@sandydoo sandydoo added bug Something isn't working cli Related to the devenv CLI labels Jul 2, 2024
@sandydoo sandydoo requested a review from domenkozar July 2, 2024 19:14
} else {
cmd.output().expect("Failed to run command")
};
.stderr(std::process::Stdio::inherit());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this works well with devenv print-dev-env?

Copy link
Member Author

@sandydoo sandydoo Jul 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you mean? this part is functionally the same as before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the devenv CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash because of missing file
2 participants