matrix-sdk-crypto-nodejs: apply nixfmt

This commit is contained in:
Daniel Olsen 2024-10-14 07:57:13 +02:00
parent 40fa3ed96a
commit 3da8e64e17
2 changed files with 28 additions and 6 deletions

View File

@ -1,5 +1,13 @@
{ lib, stdenv, fetchFromGitHub
, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv
{
lib,
stdenv,
fetchFromGitHub,
cargo,
rustPlatform,
rustc,
napi-rs-cli,
nodejs,
libiconv,
}:
stdenv.mkDerivation rec {
@ -59,7 +67,10 @@ stdenv.mkDerivation rec {
description = "No-network-IO implementation of a state machine that handles E2EE for Matrix clients";
homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs";
license = licenses.asl20;
maintainers = with maintainers; [ winter dandellion ];
maintainers = with maintainers; [
winter
dandellion
];
inherit (nodejs.meta) platforms;
};
}

View File

@ -1,5 +1,13 @@
{ lib, stdenv, fetchFromGitHub
, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv
{
lib,
stdenv,
fetchFromGitHub,
cargo,
rustPlatform,
rustc,
napi-rs-cli,
nodejs,
libiconv,
}:
stdenv.mkDerivation rec {
@ -55,7 +63,10 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs";
changelog = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/blob/main/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ winter dandellion ];
maintainers = with maintainers; [
winter
dandellion
];
inherit (nodejs.meta) platforms;
};
}