summaryrefslogtreecommitdiffstats
path: root/env.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-12-29 02:10:32 +0100
committertv <tv@shackspace.de>2014-12-29 02:10:32 +0100
commit96871af9eeac125562926ed373067530d303949f (patch)
tree99e28de08913c1ac08a8f2241609ab3114797139 /env.nix
parent8b1a855a0b6f122e8f9e372bdcaaa8abacddb079 (diff)
show relative time
Diffstat (limited to 'env.nix')
-rw-r--r--env.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/env.nix b/env.nix
index 500bf3e..c4fafeb 100644
--- a/env.nix
+++ b/env.nix
@@ -28,6 +28,7 @@ let
caseInsensitive
#conduit
#conduitExtra
+ friendly-time
process
rosezipper
safe
@@ -37,8 +38,7 @@ let
hsPkgs = pkgs.haskellPackages_ghc783_profiling.override {
extension = self: super: with self; {
- #vty = callPackage ./nixpkgs/vty-5.2.5.nix { #{{{
- #}; #}}}
+ friendly-time = callPackage ./nix/friendly-time {};
};
};