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

Removes unused variable from nix-build/nix-shell #2322

Merged
merged 1 commit into from Aug 2, 2018

Conversation

samueldr
Copy link
Member

@samueldr samueldr commented Aug 1, 2018

This particular shell variable wasn't used, since a new one was
declared in the only side of the if branch that used a shell
variable.

It could realistically confuse developers thinking it could use $SHELL
under some situations.


Built it using nix-build release.nix -A build.x86_64-linux and every tests ran.

This particular `shell` variable wasn't used, since a new one was
declared in the only side of the `if` branch that used a `shell`
variable.

It could realistically confuse developers thinking it could use `$SHELL`
under some situations.
@edolstra edolstra merged commit 3193f5f into NixOS:master Aug 2, 2018
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.

None yet

2 participants