fix
This commit is contained in:
		
							parent
							
								
									e2c29412a5
								
							
						
					
					
						commit
						e1073ed29c
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -36,8 +36,7 @@
 | 
			
		|||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  outputs =
 | 
			
		||||
    { nixpkgs, self, ...} @ inputs:
 | 
			
		||||
  outputs = { nixpkgs, self, ...} @ inputs:
 | 
			
		||||
    let
 | 
			
		||||
      selfPkgs = import ./pkgs;
 | 
			
		||||
      username = "frostphoenix";
 | 
			
		||||
| 
						 | 
				
			
			@ -45,7 +44,7 @@
 | 
			
		|||
    {
 | 
			
		||||
      overlays.default = selfPkgs.overlay;
 | 
			
		||||
      nixosConfigurations = import ./modules/core/default.nix {
 | 
			
		||||
        inherit self nixpkgs inputs;
 | 
			
		||||
        inherit self nixpkgs inputs username;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue