feat(devtool): install lldb debugger
This commit is contained in:
parent
00e9bc3b60
commit
b7400e23af
1 changed files with 3 additions and 1 deletions
|
|
@ -4,9 +4,9 @@
|
|||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(system: let
|
||||
|
|
@ -28,6 +28,8 @@
|
|||
pkgs.bacon
|
||||
pkgs.cargo-semver-checks
|
||||
pkgs.cargo-insta
|
||||
# debugger
|
||||
pkgs.lldb
|
||||
];
|
||||
};
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue