The device tray now shows Sound Output and Microphone Input menus for running VMs. Each direction can be toggled per-VM at runtime via the vhost-device-sound control socket. Initial state comes from the existing sound.playback/sound.capture NixOS options. NixOS module passes --initial-streams and --control-socket to vhost-device-sound. The vhost-device flake input is updated to include the new control socket support.
295 lines
7.7 KiB
JSON
295 lines
7.7 KiB
JSON
{
|
|
"nodes": {
|
|
"cloud-hypervisor": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774308851,
|
|
"narHash": "sha256-jL3XaTE+B+jIsfBCCfKrbfeP/7vn1sFImzCno1FWN5I=",
|
|
"ref": "refs/heads/main",
|
|
"rev": "c5682801d69aa92e9ca16231f36f6f94f3f9d024",
|
|
"revCount": 9351,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/cloud-hypervisor.git"
|
|
},
|
|
"original": {
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/cloud-hypervisor.git"
|
|
}
|
|
},
|
|
"crosvm": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774198127,
|
|
"narHash": "sha256-QjiGQBcKdvh3KBnqeWB1rPXXzb3N6D9mpVL0s+2LgEo=",
|
|
"ref": "vmsilo",
|
|
"rev": "b4f45de7a366071b28cd1fe309acafd5486bc671",
|
|
"revCount": 11248,
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/crosvm.git"
|
|
},
|
|
"original": {
|
|
"ref": "vmsilo",
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/crosvm.git"
|
|
}
|
|
},
|
|
"flake-utils": {
|
|
"inputs": {
|
|
"systems": "systems"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1731533236,
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"flake-utils_2": {
|
|
"inputs": {
|
|
"systems": "systems_2"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1731533236,
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "flake-utils",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1774106199,
|
|
"narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs",
|
|
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "NixOS",
|
|
"ref": "nixos-unstable",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"ocaml-wayland": {
|
|
"inputs": {
|
|
"flake-utils": [
|
|
"wayland-proxy-virtwl",
|
|
"flake-utils"
|
|
],
|
|
"nixpkgs": [
|
|
"wayland-proxy-virtwl",
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774455315,
|
|
"narHash": "sha256-gQ1qJKwUBizQ7FT+xc+oKX/ZE1QV30INX5CLZWcNAlI=",
|
|
"ref": "refs/heads/master",
|
|
"rev": "214f6ec87dfe14c72aee956e35c4820006eb14ce",
|
|
"revCount": 130,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/ocaml-wayland.git"
|
|
},
|
|
"original": {
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/ocaml-wayland.git"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"cloud-hypervisor": "cloud-hypervisor",
|
|
"crosvm": "crosvm",
|
|
"nixpkgs": "nixpkgs",
|
|
"rust-overlay": "rust-overlay",
|
|
"treefmt-nix": "treefmt-nix",
|
|
"usbip-rs": "usbip-rs",
|
|
"vhost-device": "vhost-device",
|
|
"wayland-proxy-virtwl": "wayland-proxy-virtwl"
|
|
}
|
|
},
|
|
"rust-overlay": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774408260,
|
|
"narHash": "sha256-Jn9d9r85dmf3gTMnSRt6t+DP2nQ5uJns/MMXg2FpzfM=",
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"rev": "d6471ee5a8f470251e6e5b83a20a182eb6c46c9b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"rust-overlay_2": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"usbip-rs",
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774408260,
|
|
"narHash": "sha256-Jn9d9r85dmf3gTMnSRt6t+DP2nQ5uJns/MMXg2FpzfM=",
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"rev": "d6471ee5a8f470251e6e5b83a20a182eb6c46c9b",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "oxalica",
|
|
"repo": "rust-overlay",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"systems": {
|
|
"locked": {
|
|
"lastModified": 1681028828,
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"systems_2": {
|
|
"locked": {
|
|
"lastModified": 1681028828,
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nix-systems",
|
|
"repo": "default",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"treefmt-nix": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1773297127,
|
|
"narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=",
|
|
"owner": "numtide",
|
|
"repo": "treefmt-nix",
|
|
"rev": "71b125cd05fbfd78cab3e070b73544abe24c5016",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "numtide",
|
|
"repo": "treefmt-nix",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"usbip-rs": {
|
|
"inputs": {
|
|
"flake-utils": "flake-utils",
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
],
|
|
"rust-overlay": "rust-overlay_2"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774641412,
|
|
"narHash": "sha256-XUb1iLPGG49TSaLqC2vYFaHWhLsNFz5OvNK5dRFNsKw=",
|
|
"ref": "refs/heads/master",
|
|
"rev": "b57039d22a3554ea3d76edea00496e1c2e3cd2d4",
|
|
"revCount": 208,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/usbip-rs.git"
|
|
},
|
|
"original": {
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/usbip-rs.git"
|
|
}
|
|
},
|
|
"vhost-device": {
|
|
"inputs": {
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
]
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774650636,
|
|
"narHash": "sha256-OmeRy1jlilcoddZDnzccY1giYtfsjJi8Nijuompje9g=",
|
|
"ref": "refs/heads/main",
|
|
"rev": "dac004f86b9113e0699d8aadf2942ee10cce3466",
|
|
"revCount": 1391,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/vhost-device.git"
|
|
},
|
|
"original": {
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/vhost-device.git"
|
|
}
|
|
},
|
|
"wayland-proxy-virtwl": {
|
|
"inputs": {
|
|
"flake-utils": "flake-utils_2",
|
|
"nixpkgs": [
|
|
"nixpkgs"
|
|
],
|
|
"ocaml-wayland": "ocaml-wayland"
|
|
},
|
|
"locked": {
|
|
"lastModified": 1774456108,
|
|
"narHash": "sha256-rkEcQbgkm7Yc302GRb6MlzERGBPpdfixxTRM+ERbO30=",
|
|
"ref": "refs/heads/master",
|
|
"rev": "6d2dd6c91714b45ffe654ceb1fefec709b1f0f8c",
|
|
"revCount": 186,
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/wayland-proxy-virtwl.git"
|
|
},
|
|
"original": {
|
|
"submodules": true,
|
|
"type": "git",
|
|
"url": "https://git.dsg.is/dsg/wayland-proxy-virtwl.git"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|