fix
This commit is contained in:
		
							parent
							
								
									e2c29412a5
								
							
						
					
					
						commit
						e1073ed29c
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -36,8 +36,7 @@
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  outputs =
 | 
					  outputs = { nixpkgs, self, ...} @ inputs:
 | 
				
			||||||
    { nixpkgs, self, ...} @ inputs:
 | 
					 | 
				
			||||||
    let
 | 
					    let
 | 
				
			||||||
      selfPkgs = import ./pkgs;
 | 
					      selfPkgs = import ./pkgs;
 | 
				
			||||||
      username = "frostphoenix";
 | 
					      username = "frostphoenix";
 | 
				
			||||||
| 
						 | 
					@ -45,7 +44,7 @@
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      overlays.default = selfPkgs.overlay;
 | 
					      overlays.default = selfPkgs.overlay;
 | 
				
			||||||
      nixosConfigurations = import ./modules/core/default.nix {
 | 
					      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