From ef743ffbb5f03b0503edc0ed6c569dd17f391289 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 29 Jan 2021 15:44:17 +0100 Subject: fix(users/Profpatsch/lib): eprintenv should exec into prog Change-Id: I2eab4ce24871121381011c1cfc8ef5e042502cb2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2450 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/lib.nix b/users/Profpatsch/lib.nix index 9215f5b19c..05d931b841 100644 --- a/users/Profpatsch/lib.nix +++ b/users/Profpatsch/lib.nix @@ -22,7 +22,7 @@ let ]; eprintenv = depot.nix.writeExecline "eprintenv" { readNArgs = 1; } [ - "fdmove" "-c" "1" "2" bins.printenv "$1" + "fdmove" "-c" "1" "2" bins.printenv "$1" "$@" ]; in { -- cgit 1.4.1