chore(docker.nix): Replace mapAttrsFlatten by mapAttrsToList
The former is deprecated Change-Id: I9e2a7656e257afe321183b7f6c30deab47ebb61a
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ let
|
||||
|
||||
nixConfContents =
|
||||
(lib.concatStringsSep "\n" (
|
||||
lib.mapAttrsFlatten (
|
||||
lib.mapAttrsToList (
|
||||
n: v:
|
||||
let
|
||||
vStr = if builtins.isList v then lib.concatStringsSep " " v else v;
|
||||
|
||||
Reference in New Issue
Block a user