Talk:Visual Studio Code: Difference between revisions

From NixOS Wiki
Latest comment: 16 June 2018 by Mic92
imported>Mic92
No edit summary
imported>Zhen-hao
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)
--[[User:Mic92|Mic92]] ([[User talk:Mic92|talk]]) 07:41, 16 June 2018 (UTC)
== This example is not working anymore with NixOS 18.03 ==
$ 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.

Revision as of 14:42, 27 June 2018

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)Reply

This example is not working anymore with NixOS 18.03

$ 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.