Merge pull request #257 from kfiz/macbook-pro-12-1-path-fix

apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import.
This commit is contained in:
Domen Kožar 2021-05-11 15:51:51 +02:00 committed by GitHub
commit 02f067b234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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