summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-31 15:56:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-31 15:56:00 +0100
commit593b035e5e40aa3255b364c5eb29a96917a69032 (patch)
tree12cd1395c2a62a3a562a9c195c300d900e4dda28 /shell.nix
parent35811354ab4254720e670ca252855b972c820c69 (diff)
downloaduni-593b035e5e40aa3255b364c5eb29a96917a69032.tar
uni-593b035e5e40aa3255b364c5eb29a96917a69032.tar.gz
uni-593b035e5e40aa3255b364c5eb29a96917a69032.tar.bz2
uni-593b035e5e40aa3255b364c5eb29a96917a69032.tar.xz
uni-593b035e5e40aa3255b364c5eb29a96917a69032.zip
+yesod-bin
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d1ef9ce..57fb472 100644
--- a/shell.nix
+++ b/shell.nix
@@ -12,7 +12,7 @@ pkgs.stdenv.mkDerivation {
12 (pkgs.callPackage ./mars.nix {}) 12 (pkgs.callPackage ./mars.nix {})
13 pkgs.sqlite 13 pkgs.sqlite
14 (pkgs.haskellPackages.ghcWithPackages (p: 14 (pkgs.haskellPackages.ghcWithPackages (p:
15 with p; [ yesod 15 with p; [ yesod yesod-bin
16 ])) 16 ]))
17 ]; 17 ];
18} 18}