initial commit
This commit is contained in:
commit
3d011629f7
3 changed files with 295 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
jq
|
||||
mpv
|
||||
youtube-dl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue