feat(devtool): install lldb debugger

This commit is contained in:
Khaïs COLIN 2025-05-25 17:18:50 +02:00
parent 00e9bc3b60
commit b7400e23af
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -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 {