all repos — nixfiles @ 53be938b03a2d1cfcf34221f0e659b20f3426664

System and user configuration, managed by nix and home-manager

nix: Fix mis-organised dired-du package
Alan Pearce alan@alanpearce.eu
Tue, 06 Jun 2017 11:49:31 +0200
commit

53be938b03a2d1cfcf34221f0e659b20f3426664

parent

985c401c749292bf0990b8dcf59d8bf5afc05dc3

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M nix/.config/nixpkgs/emacs.nixnix/.config/nixpkgs/emacs.nix
@@ -73,7 +73,6 @@ counsel     counsel-projectile
     crux
     cyphejor
-    dired-du
     dired-narrow
     dired-plus
     dired-subtree
@@ -151,6 +150,8 @@ yaml-mode   ]) ++ (with epkgs.elpaPackages; [
     beacon
   ]) ++ [
-    hook-helpers                #  defined above
+    # defined above
+    hook-helpers
+    dired-du
     # From main packages set
   ])