mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
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:
commit
02f067b234
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue