From 61dda874aab6fe77d3d71eb4845ba3717e9c80d2 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 26 Sep 2019 02:40:07 +0200 Subject: pkgs/profpatsch/runExecline: move to list We can auto-escape execlines correctly if we model them as nix-style lists, so we shoud certainly do so. It also helps abstraction. --- pkgs/profpatsch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/default.nix') diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix index 24a69871..bb10198e 100644 --- a/pkgs/profpatsch/default.nix +++ b/pkgs/profpatsch/default.nix @@ -59,7 +59,7 @@ let it = import ./execline/run-execline.nix { bin = (bins execlineb-with-builtins [ "execlineb" ]) // (bins pkgs.execline [ "redirfd" "importas" "exec" ]); - inherit stdenv; + inherit stdenv lib; }; itLocal = args: it (args // { derivationArgs = args.derivationArgs or {} // { -- cgit 1.4.1