Add VSCode pull-requests extension, add more libraries to Rust flags (#15)

This commit is contained in:
Patrick Stevens
2022-11-24 19:42:41 +00:00
committed by GitHub
parent 4e6c9b03af
commit df297beff1
2 changed files with 7 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ in {
EDITOR = "vim";
LC_ALL = "en_US.UTF-8";
LC_CTYPE = "en_US.UTF-8";
RUSTFLAGS = "-L ${nixpkgs.libiconv}/lib";
RUSTFLAGS = "-L ${nixpkgs.libiconv}/lib -L ${nixpkgs.libcxxabi}/lib -L ${nixpkgs.libcxx}/lib";
RUST_BACKTRACE = "full";
};
shellAliases = {

View File

@@ -16,6 +16,12 @@ with pkgs.vscode-extensions;
version = "0.242.0";
sha256 = "4Li0sYfHOsJMn5FJtvDTGKoGPcRmoosD9tZ7q9H9DfQ=";
}
{
name = "vscode-pull-request-github";
publisher = "GitHub";
version = "0.55.2022111609";
sha256 = "sha256-PSPvpIW6OC/mST9poirQKVub+PAvShI411w3SK4gH6I==";
}
{
name = "remote-ssh";
publisher = "ms-vscode-remote";