diff options
Diffstat (limited to 'pkgs/chan-downloader.nix')
| -rw-r--r-- | pkgs/chan-downloader.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/chan-downloader.nix b/pkgs/chan-downloader.nix index e63983a..10c55c3 100644 --- a/pkgs/chan-downloader.nix +++ b/pkgs/chan-downloader.nix @@ -1,9 +1,9 @@ -{ lib -, rustPlatform -, fetchFromGitHub -, pkg-config -, openssl -, +{ + lib, + rustPlatform, + fetchFromGitHub, + pkg-config, + openssl, }: let rustUtils = import ../lib/rust-utils.nix { |