Skip to content

Conversation

@Kitt3120
Copy link
Contributor

This pull request includes changes to set up the development environment using nix-shell. The most important changes include adding a nix-shell configuration, specifying the Rust toolchain, and updating VS Code settings.

Environment setup:

  • shell.nix: Added a nix-shell configuration to set up the Rust development environment, including installing rustup, configuring environment variables, and ensuring the stable Rust toolchain is used.
  • rust-toolchain.toml: Specified the Rust toolchain to use the stable channel.

Editor configuration:

  • .vscode/settings.json: Updated VS Code settings to use shell.nix as the environment on startup, should Nix Environment Selector be installed.

@Kitt3120 Kitt3120 added feature Adds or requests new feature good first issue Good for newcomers labels Oct 27, 2024
@Kitt3120 Kitt3120 requested a review from Murasko October 27, 2024 21:18
@Kitt3120 Kitt3120 self-assigned this Oct 27, 2024
@Kitt3120 Kitt3120 linked an issue Oct 27, 2024 that may be closed by this pull request
@Kitt3120 Kitt3120 changed the title add: support for nix-shell Add support for nix-shell Oct 27, 2024
@Kitt3120 Kitt3120 enabled auto-merge (squash) October 27, 2024 21:19
@Kitt3120 Kitt3120 disabled auto-merge October 27, 2024 21:19
@Kitt3120 Kitt3120 enabled auto-merge (squash) October 27, 2024 21:19
Copy link
Collaborator

@Murasko Murasko left a comment

Choose a reason for hiding this comment

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

Don't know nix, but looks about right

@Kitt3120 Kitt3120 merged commit 3b8bc49 into main Oct 27, 2024
3 checks passed
@Kitt3120 Kitt3120 deleted the feature/nix-shell branch October 27, 2024 21:41
@Kitt3120
Copy link
Contributor Author

Don't know nix, but looks about right

now you know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Adds or requests new feature good first issue Good for newcomers

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Nix shell

3 participants