Fix non-existent input overrides
This commit is contained in:
		
							parent
							
								
									5d608ea04a
								
							
						
					
					
						commit
						823388f3a2
					
				
					 1 changed files with 2 additions and 8 deletions
				
			
		|  | @ -7,18 +7,12 @@ | ||||||
| 
 | 
 | ||||||
|     devshell = { |     devshell = { | ||||||
|       url = "github:numtide/devshell"; |       url = "github:numtide/devshell"; | ||||||
|       inputs = { |       inputs.nixpkgs.follows = "nixpkgs"; | ||||||
|         flake-utils.follows = "flake-utils"; |  | ||||||
|         nixpkgs.follows = "nixpkgs"; |  | ||||||
|       }; |  | ||||||
|     }; |     }; | ||||||
|     flake-utils.url = "github:numtide/flake-utils"; |     flake-utils.url = "github:numtide/flake-utils"; | ||||||
|     home-manager = { |     home-manager = { | ||||||
|       url = "github:nix-community/home-manager/release-23.05"; |       url = "github:nix-community/home-manager/release-23.05"; | ||||||
|       inputs = { |       inputs.nixpkgs.follows = "nixpkgs"; | ||||||
|         nixpkgs.follows = "nixpkgs"; |  | ||||||
|         utils.follows = "flake-utils"; |  | ||||||
|       }; |  | ||||||
|     }; |     }; | ||||||
|     sops-nix = { |     sops-nix = { | ||||||
|       url = "github:Mic92/sops-nix"; |       url = "github:Mic92/sops-nix"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue