We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9249aca commit 7285fc2Copy full SHA for 7285fc2
pkgs/top-level/aliases.nix
@@ -355,15 +355,15 @@ let
355
''
356
);
357
358
- plasma5Throws = lib.mapAttrs (k: _: makePlasma5Throw k) deprecatedPlasma5Packages;
359
-
360
# Make sure that we are not shadowing something from all-packages.nix.
361
checkInPkgs =
362
n: alias:
363
if builtins.hasAttr n super then abort "Alias ${n} is still in all-packages.nix" else alias;
364
365
mapAliases =
366
aliases: lib.mapAttrs (n: alias: removeRecurseForDerivations (checkInPkgs n alias)) aliases;
+
+ plasma5Throws = mapAliases (lib.mapAttrs (k: _: makePlasma5Throw k) deprecatedPlasma5Packages);
367
in
368
369
mapAliases {
0 commit comments