Compare commits

..

No commits in common. "bd4c57599a51866c939e30cd3f9e44f26e701896" and "2e1565338b48bacef48b628cf5dc2fbf8ff82ba1" have entirely different histories.

View File

@ -37,21 +37,9 @@
pkgs.mkShell {
shellHook = ''
export RUST_SRC_PATH=${pkgs.rustPlatform.rustLibSrc}
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
'';
buildInputs = runtimeDeps;
nativeBuildInputs = buildDeps ++ devDeps ++ [ rustc ];
packages = with pkgs; [
rust-analyzer
lldb
(vscode-with-extensions.override {
vscode = vscodium;
vscodeExtensions = with vscode-extensions; [
rust-lang.rust-analyzer
vadimcn.vscode-lldb
];
})
];
};
in {
_module.args.pkgs = import inputs.nixpkgs {