Added env.nix

This commit is contained in:
2024-06-11 16:21:37 +02:00
parent 6ffca7d64f
commit 14a14a9f38

4
env.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ yt-dlp ];
}