summaryrefslogtreecommitdiff
path: root/users/gkleen@bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/gkleen@bragi.nix')
-rw-r--r--users/gkleen@bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix
index 8b5b15b4..d7ee39c5 100644
--- a/users/gkleen@bragi.nix
+++ b/users/gkleen@bragi.nix
@@ -31,7 +31,7 @@
31 myHaskellPackages = pkgs.recurseIntoAttrs ( 31 myHaskellPackages = pkgs.recurseIntoAttrs (
32 pkgs.haskellPackages.override { 32 pkgs.haskellPackages.override {
33 extension = self: super: let 33 extension = self: super: let
34 callPackage = pkgs.lib.callPackageWith (self // pkgs); 34 callPackage = pkgs.lib.callPackageWith ( pkgs // self );
35 in { 35 in {
36 attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; 36 attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {};
37 shellMonad = callPackage ../custom/shell-monad.nix {}; 37 shellMonad = callPackage ../custom/shell-monad.nix {};