aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-05 17:41:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-05 17:41:12 +0100
commit96d4e2f86bd4a568d0cb68b9b716c8a53113f34c (patch)
treea2e5eebbe6d31a7bf251c4da96704aebaa6af596 /shell.nix
parent04e26a5b118155c5dffb817b523bc8eada952b55 (diff)
downloadthermoprint-96d4e2f86bd4a568d0cb68b9b716c8a53113f34c.tar
thermoprint-96d4e2f86bd4a568d0cb68b9b716c8a53113f34c.tar.gz
thermoprint-96d4e2f86bd4a568d0cb68b9b716c8a53113f34c.tar.bz2
thermoprint-96d4e2f86bd4a568d0cb68b9b716c8a53113f34c.tar.xz
thermoprint-96d4e2f86bd4a568d0cb68b9b716c8a53113f34c.zip
Combination of QueueManagers
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index e047ae2..747ab7b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,8 +6,7 @@ let
6 packages = ps: with ps; [ 6 packages = ps: with ps; [
7 cabal-install hlint cabal2nix 7 cabal-install hlint cabal2nix
8 hspec QuickCheck quickcheck-instances 8 hspec QuickCheck quickcheck-instances
9 aeson-pretty 9 ] ++ (builtins.attrValues (import ./default.nix { inherit pkgs; }));
10 ] ++ (builtins.attrValues (import ./default.nix {}));
11 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages; 10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages;
12in 11in
13pkgs.stdenv.mkDerivation rec { 12pkgs.stdenv.mkDerivation rec {