Add sidebus integration
This commit is contained in:
parent
030503f23b
commit
9f0f835fce
6 changed files with 152 additions and 13 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue