summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/gkleen@bragi.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix
index 414033d5..e5685ccf 100644
--- a/users/gkleen@bragi.nix
+++ b/users/gkleen@bragi.nix
@@ -57,7 +57,9 @@
57 --prefix PATH : ${pkgs.youtube-dl}/bin 57 --prefix PATH : ${pkgs.youtube-dl}/bin
58 ''; 58 '';
59 }; 59 };
60 runOpossum = with pkgs; callPackage ../custom/run-opossum_bragi.nix {}; 60 runOpossum = with pkgs; callPackage ../custom/run-opossum_bragi.nix {
61 inherit stdenv zsh findutils coreutils;
62 };
61 }; 63 };
62 } 64 }
63 ); 65 );