From d493ea127a8bb02cbd70da693cd116675ac31aa4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 13 Apr 2023 19:28:45 +0200 Subject: [PATCH] fix impure hardware configuration import --- nixos/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 77fed4a..a08e812 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, modulesPath, ... }: let @@ -7,7 +7,7 @@ in { imports = [ - + (modulesPath + "/installer/scan/not-detected.nix") ( builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware";