This is my new Huawei MateBook X. Change-Id: I32a8b77dd8f53b3c89bf63f448cd2880f9a457b7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5554 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| (with depot.ops.machines; [
 | |
|   sanduny
 | |
|   whitby
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.tazjin.nixos; [
 | |
|   camden
 | |
|   frog
 | |
|   tverskoy
 | |
|   zamalek
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.grfn.system.system; [
 | |
|   yeren
 | |
|   mugwump
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.wpcarro.nixos; [
 | |
|   ava
 | |
|   marcus
 | |
| ])
 |