mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 15:08:41 +00:00
Add VSCode pull-requests extension, add more libraries to Rust flags (#15)
This commit is contained in:
2
home.nix
2
home.nix
@@ -108,7 +108,7 @@ in {
|
|||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
LC_CTYPE = "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";
|
RUST_BACKTRACE = "full";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
@@ -16,6 +16,12 @@ with pkgs.vscode-extensions;
|
|||||||
version = "0.242.0";
|
version = "0.242.0";
|
||||||
sha256 = "4Li0sYfHOsJMn5FJtvDTGKoGPcRmoosD9tZ7q9H9DfQ=";
|
sha256 = "4Li0sYfHOsJMn5FJtvDTGKoGPcRmoosD9tZ7q9H9DfQ=";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "vscode-pull-request-github";
|
||||||
|
publisher = "GitHub";
|
||||||
|
version = "0.55.2022111609";
|
||||||
|
sha256 = "sha256-PSPvpIW6OC/mST9poirQKVub+PAvShI411w3SK4gH6I==";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "remote-ssh";
|
name = "remote-ssh";
|
||||||
publisher = "ms-vscode-remote";
|
publisher = "ms-vscode-remote";
|
||||||
|
Reference in New Issue
Block a user