This commit is contained in:
parent
68ac4ca48f
commit
d85c82e4a7
15
flake.nix
15
flake.nix
@ -44,20 +44,7 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
lldb
|
lldb
|
||||||
(vscode-with-extensions.override {
|
jetbrains.rust-rover
|
||||||
vscode = vscodium;
|
|
||||||
vscodeExtensions = with vscode-extensions; [
|
|
||||||
rust-lang.rust-analyzer
|
|
||||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
|
||||||
{
|
|
||||||
name = "vscode-lldb";
|
|
||||||
publisher = "vadimcn";
|
|
||||||
version = "1.11.4";
|
|
||||||
# sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
|
||||||
sha256 = "ylWlqKSiqsOL1S4vaFKLDck1wGm155bEGGL4+sKdBF8=";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user