From e79084dd8bd64b9dccb0b98a99e58ac4f084d3ca Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 Feb 2022 15:17:53 +0100 Subject: pkgs/profpatsch: remove easy-dhall-nix, use dhall from nixpkgs --- pkgs/profpatsch/xrandr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/profpatsch/xrandr.nix') 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" ] ; -- cgit 1.4.1