Talk:Visual Studio Code: Difference between revisions
Latest comment: 21 January 2019 by Samueldr in topic Issues installing vscode
imported>Mic92 Created page with "This pages looks more like an example how to install stuff with nix rather then visual studio code." |
imported>Nix m Nix moved page Talk:Vscode to Talk:Visual Studio Code: match official name |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
This pages looks more like an example how to install stuff with nix rather then visual studio code. | This pages looks more like an example how to install stuff with nix rather then visual studio code. | ||
--[[User:Mic92|Mic92]] ([[User talk:Mic92|talk]]) 07:41, 16 June 2018 (UTC) | |||
<hr /> | |||
== Issues installing vscode == | |||
This example is not working anymore with NixOS 18.03 | |||
-- not signed | |||
This example is not working with NixOS 18.09 | |||
-- not signed | |||
<pre> | |||
$ nix-env -iA nixos.vscode | |||
$ code | |||
code: command not found | |||
#I tried to find it with | |||
$ nix-env -qaP --description | grep -i vscode | |||
but got nothing back. | |||
</pre> | |||
: <code>vscode</code> is the right attribute name. Visual Studio Code is [[FAQ/unfree|unfree]], which is why it doesn't seem to work. --[[User:Samueldr|samueldr]] ([[User talk:Samueldr|talk]]) 18:25, 21 January 2019 (UTC) |
Latest revision as of 07:33, 30 September 2021
This pages looks more like an example how to install stuff with nix rather then visual studio code. --Mic92 (talk) 07:41, 16 June 2018 (UTC)
Issues installing vscode
This example is not working anymore with NixOS 18.03 -- not signed
This example is not working with NixOS 18.09 -- not signed
$ nix-env -iA nixos.vscode $ code code: command not found #I tried to find it with $ nix-env -qaP --description | grep -i vscode but got nothing back.
vscode
is the right attribute name. Visual Studio Code is unfree, which is why it doesn't seem to work. --samueldr (talk) 18:25, 21 January 2019 (UTC)