about summary refs log tree commit diff
path: root/pkgs/profpatsch/xrandr.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-02-28 15:17:53 +0100
committerProfpatsch <mail@profpatsch.de>2022-02-28 15:49:28 +0100
commite79084dd8bd64b9dccb0b98a99e58ac4f084d3ca (patch)
tree922eb933aca55d1a37c1dac6668fc3e2abcee986 /pkgs/profpatsch/xrandr.nix
parentdf2425d6e964dc94038786d91e53c511dbb305cc (diff)
pkgs/profpatsch: remove easy-dhall-nix, use dhall from nixpkgs
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" ]
       ;