Skip to content

Commit

Permalink
top-level/all-packages: my proposal for splitting the all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 21, 2018
1 parent ebe6575 commit e3ebdcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/default.nix
@@ -0,0 +1,7 @@
{ pkgs }:

with pkgs;

{
archiver = callPackage ./misc/archiver { };
}
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -136,8 +136,6 @@ with pkgs;

dieHook = makeSetupHook {} ../build-support/setup-hooks/die.sh;

archiver = callPackage ../applications/misc/archiver { };

digitalbitbox = libsForQt5.callPackage ../applications/misc/digitalbitbox { };

dockerTools = callPackage ../build-support/docker { };
Expand Down Expand Up @@ -15667,6 +15665,9 @@ with pkgs;

### APPLICATIONS

# TODO; merge the attrs of applications into the global scope
applications = recurseIntoAttrs (callPackage ../applications { inherit pkgs; });

_2bwm = callPackage ../applications/window-managers/2bwm {
patches = config."2bwm".patches or [];
};
Expand Down

0 comments on commit e3ebdcd

Please sign in to comment.