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";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
outputs = {
|
outputs = {
|
||||||
self,
|
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
|
...
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachDefaultSystem
|
flake-utils.lib.eachDefaultSystem
|
||||||
(system: let
|
(system: let
|
||||||
|
|
@ -28,6 +28,8 @@
|
||||||
pkgs.bacon
|
pkgs.bacon
|
||||||
pkgs.cargo-semver-checks
|
pkgs.cargo-semver-checks
|
||||||
pkgs.cargo-insta
|
pkgs.cargo-insta
|
||||||
|
# debugger
|
||||||
|
pkgs.lldb
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue