From 976282ea460d0d6e75e2b571a24b4df04c1b3414 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 14 Mar 2023 14:28:56 +0100 Subject: [PATCH] Fix import in yokai --- systems/aarch64-linux/yokai/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/yokai/hardware.nix b/systems/aarch64-linux/yokai/hardware.nix index 6f112e7..d2c0130 100644 --- a/systems/aarch64-linux/yokai/hardware.nix +++ b/systems/aarch64-linux/yokai/hardware.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, modulesPath, inputs, ... }: { - imports = with nixos-hardware.nixosModules; [ + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];