Development environment with nix-shell: Difference between revisions
Typo |
Barsikus007 (talk | contribs) m ruby typo fix |
||
Line 42: | Line 42: | ||
{{Commands|$ nix-shell shell.nix}} | {{Commands|$ nix-shell shell.nix}} | ||
Now you have | Now you have rustc available in your shell: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
$ rustc --version | $ rustc --version |