From 7d18610b2f7a377c04e43bf2376fecd160c5c8e0 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 13 Dec 2019 20:59:27 +0100 Subject: [PATCH] posh: minor syntactic change --- nix/pkgs/posh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/pkgs/posh.nix b/nix/pkgs/posh.nix index 127d430..488a31e 100644 --- a/nix/pkgs/posh.nix +++ b/nix/pkgs/posh.nix @@ -128,7 +128,10 @@ let in -{ image, pull ? "always", global_args ? "", run_args ? "" +{ image +, pull ? "always" +, global_args ? "" +, run_args ? "" , userns ? "keep-id" }: