remove shell

This commit is contained in:
Denis Lehmann 2021-04-14 16:31:48 +02:00
parent f16b43df69
commit 0c78fcb8b9

View file

@ -1,8 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
jq
mpv
youtube-dl
];
}