packages: Format with nixfmt-rfc-style

This commit is contained in:
Donovan Glover 2024-08-03 13:41:16 -04:00
parent d963032159
commit 4f8625c1bf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
10 changed files with 46 additions and 38 deletions

View File

@ -1,6 +1,7 @@
{ lib
, stdenvNoCC
, fetchFromGitHub
{
lib,
stdenvNoCC,
fetchFromGitHub,
}:
stdenvNoCC.mkDerivation {

View File

@ -1,6 +1,7 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {

View File

@ -1,6 +1,7 @@
{ lib
, vimUtils
, fetchFromGitHub
{
lib,
vimUtils,
fetchFromGitHub,
}:
vimUtils.buildVimPlugin {

View File

@ -1,6 +1,7 @@
{ lib
, stdenvNoCC
, fetchzip
{
lib,
stdenvNoCC,
fetchzip,
}:
stdenvNoCC.mkDerivation {

View File

@ -1,6 +1,7 @@
{ lib
, rustPlatform
, fetchFromGitHub
{
lib,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {

View File

@ -1,6 +1,7 @@
{ lib
, buildNpmPackage
, fetchurl
{
lib,
buildNpmPackage,
fetchurl,
}:
buildNpmPackage rec {

View File

@ -1,6 +1,7 @@
{ lib
, stdenvNoCC
, fetchzip
{
lib,
stdenvNoCC,
fetchzip,
}:
stdenvNoCC.mkDerivation {

View File

@ -1,9 +1,10 @@
{ lib
, stdenv
, fetchFromGitHub
, meson
, ninja
, pkg-config
{
lib,
stdenv,
fetchFromGitHub,
meson,
ninja,
pkg-config,
}:
stdenv.mkDerivation {

View File

@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, cmake
{
lib,
rustPlatform,
fetchFromGitHub,
pkg-config,
cmake,
}:
rustPlatform.buildRustPackage {
@ -18,9 +19,7 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-/00WGuuxtwtpNuEEeapJhVedbg3RMUtTEQbYYu518po=";
cargoPatches = [
../assets/rmpc-support-older-rustc.patch
];
cargoPatches = [ ../assets/rmpc-support-older-rustc.patch ];
nativeBuildInputs = [
pkg-config

View File

@ -1,6 +1,7 @@
{ lib
, stdenvNoCC
, libwebp
{
lib,
stdenvNoCC,
libwebp,
}:
stdenvNoCC.mkDerivation {