test hydra jobs
This commit is contained in:
		
							parent
							
								
									ff266458cc
								
							
						
					
					
						commit
						c496cd67cf
					
				@ -55,13 +55,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager, home-manager-unstable, agenix, jovian-nixos, microvm, impermanence, lanzaboote, nixvim, ... }:   # Function that tells my flake which to use and what do what to do with the dependencies.
 | 
					  outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager, home-manager-unstable, agenix, jovian-nixos, microvm, impermanence, lanzaboote, nixvim, ... }:   # Function that tells my flake which to use and what do what to do with the dependencies.
 | 
				
			||||||
    rec {
 | 
					    rec {
 | 
				
			||||||
      let                                                                     # Variables that can be used in the config files
 | 
					 | 
				
			||||||
        user = "kabbone";
 | 
					        user = "kabbone";
 | 
				
			||||||
        userdmz = "diablo";
 | 
					        userdmz = "diablo";
 | 
				
			||||||
        userserver = "mephisto";
 | 
					        userserver = "mephisto";
 | 
				
			||||||
        location = "$HOME/.setup";
 | 
					        location = "$HOME/.setup";
 | 
				
			||||||
      in                                                                      # Use above variables in ...
 | 
					 | 
				
			||||||
      {
 | 
					 | 
				
			||||||
        nixosConfigurations = (                                               # NixOS configurations
 | 
					        nixosConfigurations = (                                               # NixOS configurations
 | 
				
			||||||
          import ./hosts {                                                    # Imports ./hosts/default.nix
 | 
					          import ./hosts {                                                    # Imports ./hosts/default.nix
 | 
				
			||||||
            inherit (nixpkgs) lib;
 | 
					            inherit (nixpkgs) lib;
 | 
				
			||||||
@ -72,7 +69,6 @@
 | 
				
			|||||||
        );
 | 
					        );
 | 
				
			||||||
        hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
 | 
					        hydraJobs."steamdeck" = nixosConfigurations.steamdeck.config.system.build.toplevel;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user