Add sidebus integration

This commit is contained in:
Val Packett 2025-11-14 06:20:44 -03:00
parent 030503f23b
commit 9f0f835fce
6 changed files with 152 additions and 13 deletions

View file

@ -1,4 +1,4 @@
{ mkShell, lib, systemd, cargo, rust-analyzer, rustfmt, passt, bubblewrap, libkrun, muvm }:
{ mkShell, lib, systemd, cargo, rust-analyzer, rustfmt, passt, bubblewrap, libkrun, muvm, sidebus-broker }:
let
projects = [ libkrun muvm ];
@ -12,5 +12,6 @@ in mkShell {
rustfmt
passt
bubblewrap
sidebus-broker
];
}