Skip to content

Commit 02f067b

Browse files
authored
Merge pull request #257 from kfiz/macbook-pro-12-1-path-fix
apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import.
2 parents 68babad + 52060c8 commit 02f067b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apple/macbook-pro/12-1/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{ lib, pkgs, ... }:
1+
{ lib, pkgs, modulesPath, ... }:
22

33
{
44
imports = [
55
../.
66
../../../common/pc/laptop/ssd
7-
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
7+
"${modulesPath}/hardware/network/broadcom-43xx.nix"
88
];
99

1010
powerManagement = {

0 commit comments

Comments
 (0)