mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	toshiba/swanky: remove usage of alias
This commit is contained in:
		@@ -18,9 +18,9 @@ in
 | 
			
		||||
 | 
			
		||||
  # Sound requires a custom UCM config:
 | 
			
		||||
  system.replaceRuntimeDependencies = [{
 | 
			
		||||
    original = pkgs.alsaLib;
 | 
			
		||||
    original = pkgs.alsa-lib;
 | 
			
		||||
 | 
			
		||||
    replacement = pkgs.alsaLib.overrideAttrs (super: {
 | 
			
		||||
    replacement = pkgs.alsa-lib.overrideAttrs (super: {
 | 
			
		||||
      postFixup = "cp -r ${ucm}/chtmax98090 $out/share/alsa/ucm";
 | 
			
		||||
    });
 | 
			
		||||
  }];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user