summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/gkleen@bragi.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix
index 39128002..cefc2286 100644
--- a/users/gkleen@bragi.nix
+++ b/users/gkleen@bragi.nix
@@ -33,10 +33,10 @@
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 beuteltier = callPackage custom/beuteltier.nix { fetchgit = pkgs.fetchgit; }; 36 beuteltier = callPackage ../custom/beuteltier.nix { fetchgit = pkgs.fetchgit; };
37 wombat = callPackage custom/wombat.nix { fetchgit = pkgs.fetchgit; }; 37 wombat = callPackage ../custom/wombat.nix { fetchgit = pkgs.fetchgit; };
38 opossum = callPackage custom/opossum.nix { fetchgit = pkgs.fetchgit; }; 38 opossum = callPackage ../custom/opossum.nix { fetchgit = pkgs.fetchgit; };
39 opossumWrapper = callPackage custom/opossum-wrapper.nix { 39 opossumWrapper = callPackage ../custom/opossum-wrapper.nix {
40 stdenv = pkgs.stdenv; 40 stdenv = pkgs.stdenv;
41 makeWrapper = pkgs.stdenv.makeWrapper; 41 makeWrapper = pkgs.stdenv.makeWrapper;
42 }; 42 };