From 9630aab6aedbe5781559d222be08f319b17c9947 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 6 Apr 2016 14:12:09 +0200 Subject: Typos --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 684f721..0396312 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ let ghc = haskellPackages.ghcWithPackages (ps: payload ++ (with ps; [ hlint cabal2nix cabal-install ])); payload = builtins.attrValues (import ./default.nix {}); in pkgs.stdenv.mkDerivation rec { - bareName = "event"; + bareName = "events"; name = "${bareName}-env"; buildInputs = [ ghc ]; shellHook = '' -- cgit v1.2.3