diff options
Diffstat (limited to 'users')
-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 | } |