From d32974e2bc198f05af65ff0826f54554a58a89ce Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 20 Feb 2017 01:45:53 +0100 Subject: scoping --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 79deac49..a85797a5 100644 --- a/hel.nix +++ b/hel.nix @@ -354,7 +354,7 @@ "umount".source = "${pkgs.utillinux.bin}/bin/umount"; "newgrp".source = "${pkgs.shadow}/bin/newgrp"; "thinklight".source = - "${(callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; + "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; "notify-gkleen" = { group = "users"; owner = "gkleen"; -- cgit v1.2.3