From 047f6c71c6c22b69df8abf30662827033aa1bdcb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 11 Dec 2015 14:48:42 +0100 Subject: copy&paste mistakes fixed --- shell.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 50e5bba..d76b15b 100644 --- a/shell.nix +++ b/shell.nix @@ -3,9 +3,8 @@ pkgs.stdenv.mkDerivation rec { name = "feeds-env"; - buildInputs = [ pkgs.mpv - (pkgs.haskellPackages.ghcWithPackages (p: - with p; [ conduit dependent-sum + buildInputs = [ (pkgs.haskellPackages.ghcWithPackages (p: + with p; [ conduit ])) ]; shellHook = '' -- cgit v1.2.3