chore(docker.nix): Replace mapAttrsFlatten by mapAttrsToList

The former is deprecated

Change-Id: I9e2a7656e257afe321183b7f6c30deab47ebb61a
This commit is contained in:
Tom Hubrecht
2025-04-25 11:13:11 +02:00
parent a133633ecc
commit 834133c1d5
+1 -1
View File
@@ -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;