aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-22 00:49:16 +0000
commit7ca94fb84f967fcfc741b7aa3662356e4fc0241f (patch)
treeca2c417b1dac7a8e6b19af73c47223008c48685e /shell.nix
parent9e45c04c45aef1fa71815c61512c354d0d5ee3e3 (diff)
downloadthermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.gz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.bz2
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.tar.xz
thermoprint-7ca94fb84f967fcfc741b7aa3662356e4fc0241f.zip
First stab at threepenny gui
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 f0a69b4..638a9df 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,7 @@ let
6 thermoprintPackages = builtins.attrValues (import ./default.nix {}); 6 thermoprintPackages = builtins.attrValues (import ./default.nix {});
7 ghc = haskellPackages.ghcWithPackages 7 ghc = haskellPackages.ghcWithPackages
8 (ps: thermoprintPackages ++ utilities ps ++ testDeps ps); 8 (ps: thermoprintPackages ++ utilities ps ++ testDeps ps);
9 utilities = (ps: with ps; [ hlint cabal2nix ]); 9 utilities = (ps: with ps; [ hlint cabal2nix cabal-install ]);
10 testDeps = (ps: with ps; [ temporary hspec ]); 10 testDeps = (ps: with ps; [ temporary hspec ]);
11in 11in
12pkgs.stdenv.mkDerivation rec { 12pkgs.stdenv.mkDerivation rec {