1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import.

This commit is contained in:
Doro Rose 2021-05-11 10:31:41 +02:00
parent 68babad7f9
commit 52060c81af

View File

@ -1,10 +1,10 @@
{ lib, pkgs, ... }: { lib, pkgs, modulesPath, ... }:
{ {
imports = [ imports = [
../. ../.
../../../common/pc/laptop/ssd ../../../common/pc/laptop/ssd
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix> "${modulesPath}/hardware/network/broadcom-43xx.nix"
]; ];
powerManagement = { powerManagement = {