From ed0903b9ccf0c95f2c545a0897bb81066e1bd53b Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Tue, 26 Mar 2019 13:55:25 +0100 Subject: [PATCH] node2nix packages: Style-fix --- pkgs/lightning-charge/default.nix | 2 +- pkgs/nanopos/default.nix | 2 +- pkgs/spark-wallet/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/lightning-charge/default.nix b/pkgs/lightning-charge/default.nix index 83c2cf9..f4502b9 100644 --- a/pkgs/lightning-charge/default.nix +++ b/pkgs/lightning-charge/default.nix @@ -2,4 +2,4 @@ lib.head (lib.attrValues (import ./composition.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; - })) +})) diff --git a/pkgs/nanopos/default.nix b/pkgs/nanopos/default.nix index 83c2cf9..f4502b9 100644 --- a/pkgs/nanopos/default.nix +++ b/pkgs/nanopos/default.nix @@ -2,4 +2,4 @@ lib.head (lib.attrValues (import ./composition.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; - })) +})) diff --git a/pkgs/spark-wallet/default.nix b/pkgs/spark-wallet/default.nix index 83c2cf9..f4502b9 100644 --- a/pkgs/spark-wallet/default.nix +++ b/pkgs/spark-wallet/default.nix @@ -2,4 +2,4 @@ lib.head (lib.attrValues (import ./composition.nix { inherit pkgs; inherit (stdenv.hostPlatform) system; - })) +}))