forked from fediversity/fediversity
		
	Expose mkInstaller
				
					
				
			This commit is contained in:
		
							parent
							
								
									656b31e729
								
							
						
					
					
						commit
						108949d3e1
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		
							
								
								
									
										10
									
								
								flake.nix
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								flake.nix
									
										
									
									
									
								
							|  | @ -44,7 +44,7 @@ | |||
|     nixosConfigurations = { | ||||
|       mastodon = nixpkgs.lib.nixosSystem { | ||||
|         inherit system; | ||||
|         modules = with self.nixosModules; [  | ||||
|         modules = with self.nixosModules; [ | ||||
|           disko.nixosModules.default | ||||
|           disk-layout | ||||
|           bleedingFediverse | ||||
|  | @ -97,11 +97,9 @@ | |||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     installers = | ||||
|       let | ||||
|         installer = (import ./installer.nix) nixpkgs; | ||||
|       in | ||||
|       lib.mapAttrs (_: config: installer config) self.nixosConfigurations; | ||||
|     ## Fully-feature ISO installer | ||||
|     mkInstaller = import ./installer.nix; | ||||
|     installers = lib.mapAttrs (_: config: self.mkInstaller nixpkgs config) self.nixosConfigurations; | ||||
| 
 | ||||
|     deploy = | ||||
|       let | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue