From b303ffb3cc83dc27fae490136f1966faa055e53f Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 1 Aug 2025 13:39:02 +1000 Subject: [PATCH] fixed qemu not installed to myputer --- hosts/lolcathost/default.nix | 4 ++-- hosts/myputer/default.nix | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 2317275..e6d03fd 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -219,6 +219,8 @@ in { shellcheck grc # colorise command outputs + # Systems Emulation + qemu # Fellice Bellard's Quick Emulator # Make gnumake # C Family @@ -239,8 +241,6 @@ in { # Sage sageWithDoc # SageMath + HTML Documentation - qemu # Fellice Bellard's Quick Emulator - openvpn inetutils diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index c34cfb9..486c59d 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -220,6 +220,8 @@ in { shellcheck grc # colorise command outputs + # Systems Emulation + qemu # Fellice Bellard's Quick Emulator # Make gnumake # C Family