summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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}