pname = "openvscode-server"; version = "1.88.1";inherit nodejs version;src = fetchFromGitHub { owner = "gitpod-io"; repo = "openvscode-server"; rev = "openvscode-server-v${finalAttrs.version}"; hash = "sha256-Yc16L13Z8AmsGoSFbvy+4+KBdHxvqLMwZLeU2/dAQVU="; rev = "openvsc...
openvscode-server: 1.88.1 -> 1.96.4 #383648 Open bendlas wants to merge 5 commits into NixOS:master from bendlas:update-openvscode-server+117 −190 Conversation 17 Commits 5 Checks 25 Files changed 3 openvscode-server: cleanup 55952ef Sign in for the full log view ...
VSCode 确实有,但是只有 binary 的没有 OSS 的。 Chrome 和 Chromium 倒是都有。 为什么 binary 要 PatchELF 呢?如果尝试运行一下就会发现有很多 so 找不到。 容易发现,NixOS 是缺少很多 FHS 目录的。比如 /bin 下只有一个 /bin/sh,/usr 下只有一个 /usr/bin/env,其余真正的软件都分开存放在不同的目录...
怎么想也跟前面所说的情况有关(当然现在有了vscode-fhs大部分插件都没问题了,如果你希望 VS Code 插...
you don't have to use the terminal to do it. Any IDE or text editor should work (although some may need to be run as root to be able to save changes), personally I use visual studio code, which you install by adding pkgs.vscode to environment.systemPackages in your configuration.nix...
vscode/with-extensions.nix: vscode 的这个包也可以通过 override 来自定义vscodeExtensions参数的值来安装自定义插件。nix-vscode-extensions: 就是利用该参数实现的 vscode 插件管理firefox/common.nix: firefox 同样有许多可自定义的参数等等 总之如果需要自定义上述这类 Nix 包的构建参数,或者实施某些比较底层的修改...
Would you need vscode-server in that case too, or is (in practice) either vscode-server or the tunnel? If it is the latter, you should be able to just use installPath and set it to ~/.vscode-cli and add the tunnel service you linked to. The rest of the code you linked isn't ...
> babel: > /nix/store/nxhv489xhhlm3bxql87y599x2mlf8wnf-vscodium-1.94.1.24283/lib/vscode/resources/app/extensions/markdown-language-features/server/dist/node does not exist For full logs, run 'nix log /nix/store/ywzzbc1z5ncfma0zczgbbss2xz8n0x5d-vscode-langservers-extracted-4.10.0.drv'...
实际上,nixos就是因为nix包管理器的存在而被开发出来的。然而,最终我还是没有将nixos作为主力,因为...
如何评价NixOS?NixOS是一个有着独特配置管理和包管理的Linux发行版。它构建在可使升级系统更可靠,以及...