Skip to content

Commit

Permalink
chore: added detailed package set
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jan 6, 2025
1 parent b896f56 commit 739c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you have Nix package manager installed on your machine or your Linux distribu
nix develop -c $SHELL
```

If you don't have Nix installed machine and you want to do everything imperative way, just open [shell.nix:17](https://github.com/kibertexnik/sark/blob/26e0660725a2e88f877dea10f686150af737d08e/shell.nix#L17) and install whatever inside this array. After doing so, you need to install nightly version of Rust programming language toolchain with the exact version stated in [rust-toolchain.toml](https://github.com/kibertexnik/sark/blob/main/rust-toolchain.toml). Also, don't forget to install target specific standard library "rust-src" & components as stated in toolchain file. I don't know what operating system you use, so you gotta figure out yourself how to get these installed, my responsibility ends at provoding full Nix & Docker dev container support.
If you don't have Nix installed machine and you want to do everything imperative way, just open [shell.nix:17-45](https://github.com/kibertexnik/sark/blob/26e0660725a2e88f877dea10f686150af737d08e/shell.nix#L17-L45) and install whatever inside this array. After doing so, you need to install nightly version of Rust programming language toolchain with the exact version stated in [rust-toolchain.toml](https://github.com/kibertexnik/sark/blob/main/rust-toolchain.toml). Also, don't forget to install target specific standard library "rust-src" & components as stated in toolchain file. I don't know what operating system you use, so you gotta figure out yourself how to get these installed, my responsibility ends at provoding full Nix & Docker dev container support.

#### Docker / Development Image

Expand Down

0 comments on commit 739c8e1

Please sign in to comment.