treewide: use splicing convenience functions

This commit is contained in:
Artturin
2022-12-25 14:05:03 +02:00
parent 665e15ee40
commit 58fa78077c
8 changed files with 25 additions and 89 deletions
@@ -5,9 +5,8 @@
, db
, lib
, libffiBoot
, newScope
, makeScopeWithSplicing
, pythonPackagesExtensions
, splicePackages
, stdenv
}:
@@ -71,9 +70,7 @@
overrides
]);
aliases = self: super: lib.optionalAttrs config.allowAliases (import ../../../top-level/python-aliases.nix lib self super);
in lib.makeScopeWithSplicing
splicePackages
newScope
in makeScopeWithSplicing
otherSplices
keep
extra