mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Remove usage of stdenv.lib
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{ stdenv, buildPackages, fetchurl, perl, buildLinux, modDirVersionArg ? null, ... } @ args:
 | 
			
		||||
{ lib, stdenv, buildPackages, fetchurl, perl, buildLinux, modDirVersionArg ? null, ... } @ args:
 | 
			
		||||
 | 
			
		||||
with stdenv.lib;
 | 
			
		||||
with lib;
 | 
			
		||||
 | 
			
		||||
buildLinux (args // rec {
 | 
			
		||||
  version = "5.10.19";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user