aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix-overlays/ldc/bootstrap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-overlays/ldc/bootstrap.nix')
-rw-r--r--nix-overlays/ldc/bootstrap.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/nix-overlays/ldc/bootstrap.nix b/nix-overlays/ldc/bootstrap.nix
index d81e5a4..8f76b5b 100644
--- a/nix-overlays/ldc/bootstrap.nix
+++ b/nix-overlays/ldc/bootstrap.nix
@@ -1,4 +1,13 @@
-{ lib, stdenv, fetchurl, curl, tzdata, autoPatchelfHook, fixDarwinDylibNames, libxml2 }:
+{
+ lib,
+ stdenv,
+ fetchurl,
+ curl,
+ tzdata,
+ autoPatchelfHook,
+ fixDarwinDylibNames,
+ libxml2,
+}:
let
inherit (stdenv) hostPlatform;