diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 03:35:18 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-12-06 03:35:18 +0100 |
commit | 24e892bd43643d8194ec9e661a0d4bce9a714573 (patch) | |
tree | cc1dddb7b027a49ccff6257ee2ab432900056885 /users/gkleen@bragi.nix | |
parent | 787dc4d718d7a43685f307d0215c22728bbace32 (diff) | |
download | nixos-24e892bd43643d8194ec9e661a0d4bce9a714573.tar nixos-24e892bd43643d8194ec9e661a0d4bce9a714573.tar.gz nixos-24e892bd43643d8194ec9e661a0d4bce9a714573.tar.bz2 nixos-24e892bd43643d8194ec9e661a0d4bce9a714573.tar.xz nixos-24e892bd43643d8194ec9e661a0d4bce9a714573.zip |
more new haskell stuff
Diffstat (limited to 'users/gkleen@bragi.nix')
-rw-r--r-- | users/gkleen@bragi.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix index fe978b08..a32fa0d1 100644 --- a/users/gkleen@bragi.nix +++ b/users/gkleen@bragi.nix | |||
@@ -33,9 +33,9 @@ | |||
33 | overrides = self: super: let | 33 | overrides = self: super: let |
34 | callPackage = pkgs.lib.callPackageWith ( pkgs // self ); | 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 {}; |
38 | filelock = callPackage ../custom/filelock.nix {}; | 38 | # filelock = callPackage ../custom/filelock.nix {}; |
39 | trivmix = callPackage ../custom/trivmix.nix {}; | 39 | trivmix = callPackage ../custom/trivmix.nix {}; |
40 | }; | 40 | }; |
41 | } | 41 | } |