Skip to content

Commit

Permalink
Removed the unnecessary formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishik-Y authored Dec 19, 2024
1 parent b81d4f7 commit 3bf8796
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions pkgs/applications/video/ani-cli/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{ fetchFromGitHub
, makeWrapper
, stdenvNoCC
, lib
, gnugrep
, gnused
, curl
, catt
, syncplay
, ffmpeg
, fzf
, aria2
, withMpv ? true, mpv
, withVlc ? false, vlc
, withIina ? false, iina
, chromecastSupport ? false
, syncSupport ? false
{
fetchFromGitHub,
makeWrapper,
stdenvNoCC,
lib,
gnugrep,
gnused,
curl,
catt,
syncplay,
ffmpeg,
fzf,
aria2,
withMpv ? true,
mpv,
withVlc ? false,
vlc,
withIina ? false,
iina,
chromecastSupport ? false,
syncSupport ? false,
}:

assert withMpv || withVlc || withIina;
Expand Down

0 comments on commit 3bf8796

Please sign in to comment.