Initial commit
This commit is contained in:
		
						commit
						5d8463699f
					
				
					 11 changed files with 405 additions and 0 deletions
				
			
		
							
								
								
									
										24
									
								
								mpv/flake.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								mpv/flake.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| { | ||||
|   description = "MPV flake"; | ||||
| 
 | ||||
|   inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; | ||||
|   inputs.flake-utils.url = "github:numtide/flake-utils"; | ||||
| 
 | ||||
|   outputs = { self, nixpkgs, flake-utils}: | ||||
|     flake-utils.lib.eachDefaultSystem | ||||
|     (system: | ||||
|       let | ||||
|         pkgs = import nixpkgs { | ||||
|           inherit system; | ||||
|           config.allowUnfree = true; | ||||
|         }; | ||||
|       in { | ||||
|         devShells.default = pkgs.mkShell { | ||||
|           packages = with pkgs; [  | ||||
|             mpv | ||||
|             yt-dlp | ||||
|           ]; | ||||
|         }; | ||||
|       } | ||||
|     ); | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue