Development environment with nix-shell: Difference between revisions

Artturin (talk | contribs)
Typo
m ruby typo fix
Line 42: Line 42:
{{Commands|$ nix-shell shell.nix}}
{{Commands|$ nix-shell shell.nix}}


Now you have ruby 3.2 available in your shell:
Now you have rustc available in your shell:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ rustc --version
$ rustc --version