about summary refs log tree commit diff
path: root/pkgs/profpatsch/xrandr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/xrandr.nix')
-rw-r--r--pkgs/profpatsch/xrandr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/profpatsch/xrandr.nix b/pkgs/profpatsch/xrandr.nix
index a4630ea0..269ae244 100644
--- a/pkgs/profpatsch/xrandr.nix
+++ b/pkgs/profpatsch/xrandr.nix
@@ -1,10 +1,10 @@
-{ pkgs, getBins, writeExecline, runExeclineLocal, toNetstringKeyVal, dhall-json, ... }:
+{ pkgs, getBins, writeExecline, runExeclineLocal, toNetstringKeyVal, ... }:
 
 let
   inherit (pkgs) lib;
   bins = getBins pkgs.nodejs [ "node" ]
       // getBins pkgs.coreutils [ "echo" "ln" "mkdir" ]
-      // getBins dhall-json [ "json-to-dhall" ]
+      // getBins pkgs.dhall-json [ "json-to-dhall" ]
       // getBins pkgs.xorg.xrandr [ "xrandr" ]
       ;