toaster: use stable qemu

This commit is contained in:
Grisha Shipunov 2025-01-05 20:05:25 +01:00
parent b886759a47
commit f5dfb21ea6
3 changed files with 14 additions and 9 deletions

View file

@ -1,6 +1,11 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
let
overlay-qemu_full-stable = final: prev: {
qemu_full = inputs.nixpkgs-stable.legacyPackages."x86_64-linux".qemu_full;
};
in
{
nixpkgs.overlays = [ overlay-qemu_full-stable ];
environment.systemPackages = with pkgs; [
virt-manager
bridge-utils