about summary refs log tree commit diff
path: root/lib/customisation.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-08-21 19:57:34 +0300
committerArtturin <Artturin@artturin.com>2023-08-21 19:57:34 +0300
commit724cc0cba3030ae9190becfcef0a20af951a800f (patch)
tree1d72f7beae34f401cc406beb0141378f1af0070e /lib/customisation.nix
parent8ca5a5a7687c76d13ae3a4b2769778ed09acf574 (diff)
makeScopeWithSplicing: fix `makeScopeWithSplicing'` call
makeScopeWithSplicing: fix comment
Diffstat (limited to 'lib/customisation.nix')
-rw-r--r--lib/customisation.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/customisation.nix b/lib/customisation.nix
index c74708fbe4e27..0d023aa361cfc 100644
--- a/lib/customisation.nix
+++ b/lib/customisation.nix
@@ -281,11 +281,11 @@ rec {
   /* backward compatibility with old uncurried form; deprecated */
   makeScopeWithSplicing =
     splicePackages: newScope: otherSplices: keep: extra: f:
-    makeScopeWithSplicing' {
-      inherit splicePackages newScope otherSplices keep extra f;
-    };
+    makeScopeWithSplicing'
+    { inherit splicePackages newScope; }
+    { inherit otherSplices keep extra f; };
 
-  /* Like the above, but aims to support cross compilation. It's still ugly, but
+  /* Like makeScope, but aims to support cross compilation. It's still ugly, but
      hopefully it helps a little bit. */
   makeScopeWithSplicing' =
     { splicePackages