woodpecker nixos25.05
This commit is contained in:
		
					parent
					
						
							
								bb9653657e
							
						
					
				
			
			
				commit
				
					
						8440b4e1ea
					
				
			
		
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -7,6 +7,8 @@ | |||
|     # https://github.com/NixOS/nixpkgs | ||||
|     nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; | ||||
| 
 | ||||
|     nixpkgs-25-05.url = "github:nixos/nixpkgs/nixos-25.05"; | ||||
| 
 | ||||
|     # Add nixos-generators as an input. | ||||
|     # See here: https://github.com/nix-community/nixos-generators#using-in-a-flake | ||||
|     nixos-generators = { | ||||
|  | @ -27,7 +29,7 @@ | |||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   outputs = { self, nixpkgs, nixos-generators, sops-nix, authorizedKeysRepo, ... }: | ||||
|   outputs = { self, nixpkgs, nixpkgs-25-05, nixos-generators, sops-nix, authorizedKeysRepo, ... }: | ||||
|     let | ||||
|       specialArgs = { | ||||
|         inherit authorizedKeysRepo; | ||||
|  | @ -160,7 +162,7 @@ | |||
|           ]; | ||||
|         }; | ||||
| 
 | ||||
|         woodpecker = nixpkgs.lib.nixosSystem { | ||||
|         woodpecker = nixpkgs-25-05.lib.nixosSystem { | ||||
|           inherit system specialArgs; | ||||
|           modules = [ | ||||
|             self.nixosModules.common | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue