Skip to content

Commit 5da5701

Browse files
picnoiryuyuyureka
authored andcommitted
nsncd: nixfmt
1 parent c7129d1 commit 5da5701

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pkgs/os-specific/linux/nsncd/default.nix

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
{ lib
2-
, stdenv
3-
, fetchFromGitHub
4-
, rustPlatform
1+
{
2+
lib,
3+
stdenv,
4+
fetchFromGitHub,
5+
rustPlatform,
56
}:
67

78
rustPlatform.buildRustPackage {
@@ -18,9 +19,7 @@ rustPlatform.buildRustPackage {
1819
cargoHash = "sha256-N7U9YsyGh8+fLT973GGZTmVXcdnWhpqkeYTxzJ0rzdo=";
1920

2021
# TOREMOVE when https://github.com/twosigma/nsncd/pull/119 gets merged.
21-
cargoPatches = [
22-
./0001-cargo-bump.patch
23-
];
22+
cargoPatches = [ ./0001-cargo-bump.patch ];
2423

2524
# TOREMOVE when https://github.com/twosigma/nsncd/pull/119 gets merged.
2625
RUSTFLAGS = "-A dead_code";
@@ -40,7 +39,10 @@ rustPlatform.buildRustPackage {
4039
'';
4140
homepage = "https://github.com/twosigma/nsncd";
4241
license = licenses.asl20;
43-
maintainers = with maintainers; [ flokli picnoir ];
42+
maintainers = with maintainers; [
43+
flokli
44+
picnoir
45+
];
4446
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
4547
broken = stdenv.isDarwin;
4648
};

0 commit comments

Comments
 (0)