fix impure hardware configuration import
This commit is contained in:
parent
4d1af7a40d
commit
d493ea127a
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -7,7 +7,7 @@ in
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(
|
(
|
||||||
builtins.fetchGit {
|
builtins.fetchGit {
|
||||||
url = "https://github.com/NixOS/nixos-hardware";
|
url = "https://github.com/NixOS/nixos-hardware";
|
||||||
|
|
Loading…
Reference in a new issue