Talk:Visual Studio Code: Difference between revisions
Latest comment: 16 June 2018 by Mic92
imported>Kingvagabond mNo edit summary |
imported>Samueldr m formats the discussion a bit |
||
Line 2: | Line 2: | ||
--[[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) | ||
<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 | $ nix-env -iA nixos.vscode | ||
Line 11: | Line 18: | ||
code: command not found | code: command not found | ||
I tried to find it with | #I tried to find it with | ||
$ nix-env -qaP --description | grep -i vscode | $ nix-env -qaP --description | grep -i vscode | ||
but got nothing back. | but got nothing back. | ||
</pre> |
Revision as of 18:23, 21 January 2019
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.