mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	apple/macbook-pro/12-1/default.nix: Fixed impure <nixpkgs> import.
This commit is contained in:
		@@ -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 = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user