clan_vm_manager: Fix gdb package incompatible with aarch darwin
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m52s
checks / checks (pull_request) Successful in 2m20s

This commit is contained in:
Luis Hebendanz 2024-03-01 10:46:35 +07:00
parent 5f1191148e
commit 7932517b4a

View File

@ -12,12 +12,12 @@ mkShell (
linuxOnlyPackages = lib.optionals stdenv.isLinux [
xdg-utils
pygdb
];
# To debug clan-vm-manger execute pygdb --args python ./bin/clan-vm-manager
nativeBuildInputs = [
pygdb
ruff
desktop-file-utils
mypy