Skip to content

Commit

Permalink
apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doro Rose committed May 11, 2021
1 parent 68babad commit 52060c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple/macbook-pro/12-1/default.nix
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 52060c8

Please sign in to comment.