summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index 50e5bba..d76b15b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,9 +3,8 @@
3 3
4pkgs.stdenv.mkDerivation rec { 4pkgs.stdenv.mkDerivation rec {
5 name = "feeds-env"; 5 name = "feeds-env";
6 buildInputs = [ pkgs.mpv 6 buildInputs = [ (pkgs.haskellPackages.ghcWithPackages (p:
7 (pkgs.haskellPackages.ghcWithPackages (p: 7 with p; [ conduit
8 with p; [ conduit dependent-sum
9 ])) 8 ]))
10 ]; 9 ];
11 shellHook = '' 10 shellHook = ''