From dce34a5be43f6b246ea83175f6cf158d62cfe2bb Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sun, 3 Dec 2023 01:42:11 +0100 Subject: proxmox-backup-client: reformat input-list to usual style No functional changes here, just cosmetics. Signed-off-by: Christoph Heiss --- .../backup/proxmox-backup-client/default.nix | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'pkgs/applications/backup') diff --git a/pkgs/applications/backup/proxmox-backup-client/default.nix b/pkgs/applications/backup/proxmox-backup-client/default.nix index 49ba5071ca004..77b674d9a1d13 100644 --- a/pkgs/applications/backup/proxmox-backup-client/default.nix +++ b/pkgs/applications/backup/proxmox-backup-client/default.nix @@ -1,19 +1,19 @@ -{ lib, - fetchgit, - rustPlatform, - pkg-config, - openssl, - fuse3, - libuuid, - acl, - libxcrypt, - git, - installShellFiles, - sphinx, - stdenv, - fetchpatch, - testers, - proxmox-backup-client, +{ lib +, fetchgit +, rustPlatform +, pkg-config +, openssl +, fuse3 +, libuuid +, acl +, libxcrypt +, git +, installShellFiles +, sphinx +, stdenv +, fetchpatch +, testers +, proxmox-backup-client }: let -- cgit 1.4.1