summaryrefslogtreecommitdiffstats
path: root/env.nix
diff options
context:
space:
mode:
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 {};
};
};