treewide: remove global with lib; statements in pkgs/development

This commit is contained in:
Shawn8901
2023-01-26 18:31:02 +01:00
parent aedc95590c
commit a59dda942c
84 changed files with 391 additions and 524 deletions
@@ -1,6 +1,5 @@
{ lib, pkgs }:
with lib;
with pkgs.javaPackages;
let
@@ -10,7 +9,7 @@ let
poms = import ./poms.nix { inherit fetchMaven; };
in {
# Maven needs all of these to function
mavenMinimal = flatten
mavenMinimal = lib.flatten
collections.mavenLibs_2_0_6
++ collections.mavenLibs_2_0_9
++ collections.mavenLibs_2_2_1