all: format
This commit is contained in:
		| @@ -1,4 +1,9 @@ | ||||
| { pkgs, lib ? pkgs.lib, unitDir ? "unit", packageFun ? "package.nix", root ? "${./pkgs}/${unitDir}" }: | ||||
| { pkgs | ||||
| , lib ? pkgs.lib | ||||
| , unitDir ? "unit" | ||||
| , packageFun ? "package.nix" | ||||
| , root ? "${./pkgs}/${unitDir}" | ||||
| }: | ||||
| let | ||||
|   shards = lib.attrNames (builtins.readDir root); | ||||
|   namesForShard = shard: lib.mapAttrs' | ||||
|   | ||||
| @@ -20,7 +20,6 @@ | ||||
|           # Unstable names are variables. | ||||
|           packages = | ||||
|             let | ||||
|  | ||||
|               legacyPackages = import ./pkgs/top-level/all-packages.nix { inherit pkgs; }; | ||||
|               onlyAvailable = lib.filterAttrs (_: drv: builtins.elem system (drv.meta.platforms or [ ])); | ||||
|             in | ||||
|   | ||||
| @@ -32,4 +32,4 @@ lib.makeScope newScope (self: lib.makeOverridable | ||||
|     jetbrainsWithPlugins = jetbrainsWithPlugins self variant; | ||||
|   }) | ||||
|   ) | ||||
|   { }) | ||||
| { }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user