about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-11-16 16:17:46 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-11-16 16:17:46 +0100
commit0e03dce953e4b274ef5010210e73e0c2eb66b0d0 (patch)
tree324f48ad2068439525403334a453f8f5e6c874a9 /machines/profpatsch
parent55d09c3715215d26713370c7f934b8f36f8986d0 (diff)
Drop obsolete refernces to haskellngPackages.
The haskellPackages attribute is already using the Haskell NG
infrastructure for quite a long time (NixOS/nixpkgs@c0c82ea) and since
NixOS/nixpkgs@8c344bd it has finally been removed from <nixpkgs>, so
let's remove the references we still have left on our side.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 34d4cbde..50523708 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -169,7 +169,7 @@ in {
         msmtp
         notmuch
       ];
-      haskellPkgs = with pkgs.haskellngPackages; [
+      haskellPkgs = with pkgs.haskellPackages; [
         cabal2nix
       ];
       nixPkgs = [