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

Support nix develop #17

Closed
wants to merge 0 commits into from
Closed

Support nix develop #17

wants to merge 0 commits into from

Conversation

9999years
Copy link

Closes #12

Comment on lines 51 to 53
# I'm not sure what, if anything, hits this branch. It appears to be using
# the environment variable `$name` here? `$name` doesn't appear to be
# mentioned anywhere else in the repo.
Copy link
Author

Choose a reason for hiding this comment

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

Should we delete this block? It appears to be unused.

Copy link
Owner

Choose a reason for hiding this comment

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

$name is the name of the nix-shell:

mkShell {
  name = "example";
}

@9999years
Copy link
Author

Not sure how this got closed. I'll open another one. I updated that comment to reflect what the $name variable is.

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.

nix develop (flake) support ?
2 participants