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

Remove inputsFrom from shell #1036

Closed
wants to merge 1 commit into from

Conversation

mightyiam
Copy link
Member

.shell takes unusually long to evaluate because .build includes
multiple nixpkgses. This solves that problem,
at the cost of not being able to run make html at the shell.
This may be acceptable, because make html produces an incomplete
yet somewhat useful nix.dev.
We would assume that most if not all contributors would run devmode
in the shell and not make html because that has added convenience
and produces the complete nix.dev.
At the risk of heresy, I would mention that with a flake we'd have
enjoyed evaluation cache.

Co-authored-by: ruben [email protected]
Co-authored-by: kurogeek [email protected]
Co-authored-by: Shahar "Dawn" Or [email protected]
Co-authored-by: warren2k [email protected]

`.shell` takes unusually long to evaluate because `.build` includes
multiple nixpkgses. This solves that problem,
at the cost of not being able to run `make html` at the shell.
This may be acceptable, because `make html` produces an incomplete
yet somewhat useful nix.dev.
We would assume that most if not all contributors would run `devmode`
in the shell and not `make html` because that has added convenience
and produces the complete nix.dev.
At the risk of heresy, I would mention that with a flake we'd have
enjoyed evaluation cache.

Co-authored-by: ruben <[email protected]>
Co-authored-by: kurogeek <[email protected]>
Co-authored-by: Shahar "Dawn" Or <[email protected]>
Co-authored-by: warren2k <[email protected]>
@mightyiam mightyiam requested a review from a team as a code owner August 24, 2024 14:53
@mightyiam
Copy link
Member Author

I see it's failing so converting to draft.

@mightyiam mightyiam marked this pull request as draft August 24, 2024 14:56
@fricklerhandwerk
Copy link
Collaborator

The problem was already addressed by #1035

@mightyiam mightyiam deleted the explicit-shell branch August 25, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants