all: apply nixpkgs-fmt

This commit is contained in:
2022-10-26 10:50:59 +11:00
parent 46b331a413
commit a70a0e914b
6 changed files with 68 additions and 50 deletions

View File

@@ -3,7 +3,8 @@
, fetchFromGitHub
, python3
, ffmpeg }:
, ffmpeg
}:
stdenv.mkDerivation rec {
pname = "ytarchive";