getFlake "github:Atry/nixos-wsl-vscode").nixosModules.vscodeServerWsl ]; # rest of your configuration } As a NixOS configuration Switch to the main branch of this configuration: sudo nixos-rebuild --flake github:Atry/nixos-wsl-vscode#nixosWslVsCode switch Switch to a local work ...
Install Visual Studio Code and its Remote-WSL extension. Make sure wget is installed in your NixOS as a system package. If you have no idea on this, run nix profile install nixpkgs#wget command to install wget. Run cp ./server-env-setup ~/.vscode-server/server-env-setup. See here for...
vscode/with-extensions.nix: vscode 的这个包也可以通过 override 来自定义vscodeExtensions参数的值来安装自定义插件。nix-vscode-extensions: 就是利用该参数实现的 vscode 插件管理firefox/common.nix: firefox 同样有许多可自定义的参数等等 总之如果需要自定义上述这类 Nix 包的构建参数,或者实施某些比较底层的修改,...
⚡ fast dns server, built to block advertisements and malware servers dnsselfhostedadblockadblocking-dnsnixos-modulenix-flake UpdatedMar 10, 2025 Go Nix DSL for nftables nixnixosdslnftablesnixos-module UpdatedSep 19, 2024 Nix NixOS modules to automate vfio setups ...
Bug description Currently Nix environment variables do not take effect for wsl --exec. This problem affects VSCode Remote WSL extension badly because by default it uses wsl --exec to start the code server, which requires nix-ld and NIX_L...
Steps To Reproduce Steps to reproduce the behavior: build vscode-langservers-extracted Build log error: builder for '/nix/store/s5rqa2zbdas3k4y6s79wnl4213799iyr-vscode-langservers-extracted-4.10.0.drv' failed with exit code 2; last 10 lo...
NixOS on WSL is a minimal root filesystem for running NixOS on WSL. It can be used with DistroLauncher as install.tar.gz or as input to wsl --import --version 2. Appvm is a simple application VMs (hypervisor-based sandbox) based on Nix package manager. It uses one read-only /nix...
Nixpkgs version Stable (24.11) Describe the bug Cannot start ollama on ubuntu wsl with win11 and nvidia geforce 3050ti. Ollama downloaded using their script is working fine and also able to use nvidia gpu. Steps to reproduce nix shell ni...
# 格式化.nix文件插件`jnoortheen.nix-ide` `bbenoist.nix`(vscode) # .nix文件换行符号用lf nix-env -iA nixpkgs.nixpkgs-fmt # 前提安装proxychains4来走proxy nix-env -iA nixpkgs.proxychains # 配置/etc/proxychains4.conf socks5 127.0.0.1 54321 # 测试 proxychains4 curl google.com # 别名vim ~/...
vscode.nix Repository files navigation Apache-2.0 license Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as ...