diff options
Diffstat (limited to 'users/gkleen@bragi.nix')
-rw-r--r-- | users/gkleen@bragi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix index cefc2286..8b36557a 100644 --- a/users/gkleen@bragi.nix +++ b/users/gkleen@bragi.nix | |||
@@ -33,6 +33,8 @@ | |||
33 | extension = self: super: let | 33 | extension = self: super: let |
34 | callPackage = pkgs.lib.callPackageWith self; | 34 | callPackage = pkgs.lib.callPackageWith self; |
35 | in { | 35 | in { |
36 | attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; | ||
37 | shellMonad = callPackage ../custom/shell-monad.nix {}; | ||
36 | beuteltier = callPackage ../custom/beuteltier.nix { fetchgit = pkgs.fetchgit; }; | 38 | beuteltier = callPackage ../custom/beuteltier.nix { fetchgit = pkgs.fetchgit; }; |
37 | wombat = callPackage ../custom/wombat.nix { fetchgit = pkgs.fetchgit; }; | 39 | wombat = callPackage ../custom/wombat.nix { fetchgit = pkgs.fetchgit; }; |
38 | opossum = callPackage ../custom/opossum.nix { fetchgit = pkgs.fetchgit; }; | 40 | opossum = callPackage ../custom/opossum.nix { fetchgit = pkgs.fetchgit; }; |