mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	flake/packages: rename deprecated xdg_utils
		
	This commit is contained in:
		
					parent
					
						
							
								1badee81db
							
						
					
				
			
			
				commit
				
					
						82c2d4bdd0
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -19,7 +19,7 @@ | ||||||
|       docs-html-wrapped = pkgs.writeScriptBin "docs-html-wrapped" '' |       docs-html-wrapped = pkgs.writeScriptBin "docs-html-wrapped" '' | ||||||
|         #!${pkgs.stdenv.shell} |         #!${pkgs.stdenv.shell} | ||||||
|         # use xdg-open to open the docs in the browser |         # use xdg-open to open the docs in the browser | ||||||
|         ${pkgs.xdg_utils}/bin/xdg-open ${docs.manual.html} |         ${pkgs.xdg-utils}/bin/xdg-open ${docs.manual.html} | ||||||
|       ''; |       ''; | ||||||
| 
 | 
 | ||||||
|       # Exposed neovim configurations |       # Exposed neovim configurations | ||||||
|  | @ -29,10 +29,10 @@ | ||||||
| 
 | 
 | ||||||
|       # Published docker images |       # Published docker images | ||||||
|       docker-nix = let |       docker-nix = let | ||||||
|         inherit (pkgs) bash gitFull buildEnv dockerTools; |         inherit (pkgs) bash gitFull buildEnv; | ||||||
|         inherit (config.legacyPackages) neovim-nix; |         inherit (config.legacyPackages) neovim-nix; | ||||||
|       in |       in | ||||||
|         dockerTools.buildImage { |         pkgs.dockerTools.buildImage { | ||||||
|           name = "nvf"; |           name = "nvf"; | ||||||
|           tag = "latest"; |           tag = "latest"; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue