fix extraArgs overriding
This commit is contained in:
		
							parent
							
								
									bfddea286a
								
							
						
					
					
						commit
						7f6031fe79
					
				@ -33,7 +33,7 @@
 | 
			
		||||
        inherit configuration system username homeDirectory stateVersion extraSpecialArgs;
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
      mkHomes = machines: extraArgs: nixlib.genAttrs machines (machine: mkHome {inherit machine; } // extraArgs);
 | 
			
		||||
      mkHomes = machines: extraArgs: nixlib.genAttrs machines (machine: mkHome ({inherit machine; } // extraArgs));
 | 
			
		||||
      
 | 
			
		||||
      allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ];
 | 
			
		||||
  in
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user