From 02cbd04bf63976db64891a2712210f9644a14a75 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 28 Aug 2025 10:59:27 +0200 Subject: testRunner: regression fixed upstream --- flake.nix | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3d6c90b..7f48943 100644 --- a/flake.nix +++ b/flake.nix @@ -93,20 +93,14 @@ value = nixpkgs-ver.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; - modules = - let - fix-broken-qemu = - if nixpkgs-ver == nixpkgs-unstable then [ { microvm.optimize.enable = false; } ] else [ ]; - in - [ - sops-nix.nixosModules.sops - microvm.nixosModules.microvm - - ./hosts/${vm} - ./modules/server - ./modules/wg - ] - ++ fix-broken-qemu; + modules = [ + sops-nix.nixosModules.sops + microvm.nixosModules.microvm + + ./hosts/${vm} + ./modules/server + ./modules/wg + ]; }; }) vm-list ) -- cgit v1.3.1