diff options
Diffstat (limited to 'users/Profpatsch/arglib/netencode.nix')
-rw-r--r-- | users/Profpatsch/arglib/netencode.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/arglib/netencode.nix b/users/Profpatsch/arglib/netencode.nix index 2b94bd51cfcb..88bad97a3a7e 100644 --- a/users/Profpatsch/arglib/netencode.nix +++ b/users/Profpatsch/arglib/netencode.nix @@ -5,7 +5,7 @@ let # Add the given nix arguments to the program as ARGLIB_NETENCODE envvar # # Calls `netencode.gen.dwim` on the provided nix args value. - with-args = args: prog: depot.nix.writeExecline "${prog.name}-with-args" { } [ + with-args = name: args: prog: depot.nix.writeExecline "${name}-with-args" { } [ "export" "ARGLIB_NETENCODE" (depot.users.Profpatsch.netencode.gen.dwim args) |