archachatina: workaround for https://github.com/NixOS/nixpkgs/pull/11367
This commit is contained in:
		
							parent
							
								
									c2958c09ba
								
							
						
					
					
						commit
						a1a69219e9
					
				@ -43,4 +43,13 @@
 | 
			
		||||
  };
 | 
			
		||||
  networking.firewall.allowedTCPPorts = [ config.services.nix-serve.port ];
 | 
			
		||||
 | 
			
		||||
  nixpkgs.config.packageOverrides = super: let self = super.pkgs; in {
 | 
			
		||||
      mesa_drivers = self.mesaDarwinOr (
 | 
			
		||||
        let mo = self.mesa_noglu.override {
 | 
			
		||||
              llvmPackages = self.llvmPackages_36;
 | 
			
		||||
            };
 | 
			
		||||
        in mo.drivers
 | 
			
		||||
      );
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user