about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-12-08 14:34:04 +0100
committerProfpatsch <mail@profpatsch.de>2019-12-08 14:34:04 +0100
commitd463e44b3e1569703504031ca2924bd1be6f31bf (patch)
treedb0ed919ee2f77f1b143cc3063c6ecc492452277
parent5e0baa153e62f8a66462622474e5cd0ee4206b22 (diff)
pkgs/profpatsch: fix stray `runCommandLocal`
-rw-r--r--pkgs/profpatsch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 5cd28182..9b279a47 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -119,7 +119,7 @@ in rec {
 
   backlight = callPackage ./backlight { inherit (pkgs.xorg) xbacklight; };
   display-infos = callPackage ./display-infos { inherit sfttime; };
-  git-commit-index = callPackage ./git-commit-index { inherit script runCommandLocal; };
+  git-commit-index = callPackage ./git-commit-index { inherit script; };
   nix-http-serve = callPackage ./nix-http-serve {};
   nman = callPackage ./nman {};
   sfttime = callPackage ./sfttime {};