This adds my usual configuration to use Nix packages in WSL2 in VSCode for development.
Note that Nix is in no way required to build the crate, one can still use rustup or system Rust packages and plain old cargo.
CI could theoretically make use of Nix on Linux, but for simplicity does not.
This adds my usual configuration to use Nix packages in WSL2 in VSCode for development.
Note that Nix is in no way required to build the crate, one can still use
rustup
or system Rust packages and plain oldcargo
. CI could theoretically make use of Nix on Linux, but for simplicity does not.