lol

Merge pull request #250575 from Artturin/fixcall1

authored by

Artturi and committed by
GitHub
25d583b5 48f8f370

+4 -4
+4 -4
lib/customisation.nix
··· 281 281 /* backward compatibility with old uncurried form; deprecated */ 282 282 makeScopeWithSplicing = 283 283 splicePackages: newScope: otherSplices: keep: extra: f: 284 - makeScopeWithSplicing' { 285 - inherit splicePackages newScope otherSplices keep extra f; 286 - }; 284 + makeScopeWithSplicing' 285 + { inherit splicePackages newScope; } 286 + { inherit otherSplices keep extra f; }; 287 287 288 - /* Like the above, but aims to support cross compilation. It's still ugly, but 288 + /* Like makeScope, but aims to support cross compilation. It's still ugly, but 289 289 hopefully it helps a little bit. */ 290 290 makeScopeWithSplicing' = 291 291 { splicePackages