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 specific software name from header in docs #795

Merged
merged 3 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/tutorials/first-steps/declarative-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ In this tutorial we'll take a look how to create reproducible shell environments

- A basic understanding of the [Nix language](reading-nix-language)

## Entering a shell with Python installed
## Entering a shell with Node JS installed
addison-grant marked this conversation as resolved.
Show resolved Hide resolved

Suppose we a development environment in which Python 3 was installed.
Suppose we a development environment in which Node JS was installed.
The simplest possible way to accomplish this is via the `nix-shell -p` command:
```
$ nix-shell -p git neovim nodejs
Expand Down