From d463e44b3e1569703504031ca2924bd1be6f31bf Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 8 Dec 2019 14:34:04 +0100 Subject: pkgs/profpatsch: fix stray `runCommandLocal` --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch') 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 {}; -- cgit 1.4.1