From 2812a065baa06b4c9dabc5b3e3f6d05ea59d21e5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Aug 2016 14:32:34 +0200 Subject: scoping issues --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index aa339398..9143e793 100644 --- a/bragi.nix +++ b/bragi.nix @@ -26,7 +26,7 @@ in rec { nixpkgs.config.packageOverrides = pkgs: rec { - customizedHaskellPackages = pkgs.recurseIntoAttrs ( + haskellPackages = pkgs.recurseIntoAttrs ( pkgs.haskellPackages.override { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); @@ -53,7 +53,7 @@ in rec { inherit (pkgs.callPackage ./custom/thermoprint {}) thermoprint-server thermoprint-webgui tprint; - inherit (pkgs.haskellPackages) trivmix; + inherit (haskellPackages) trivmix; }; environment.systemPackages = with pkgs; [ -- cgit v1.2.3