diff --git a/pkgs/tools/package-management/nix/default.nix b/pkgs/tools/package-management/nix/default.nix index 6b21e2b9f61a..5929868ab72c 100644 --- a/pkgs/tools/package-management/nix/default.nix +++ b/pkgs/tools/package-management/nix/default.nix @@ -69,7 +69,7 @@ let patches = (args.patches or [ ]) ++ [ ./patches/aws-sdk-cpp-TransferManager-ContentEncoding.patch ]; # only a stripped down version is build which takes a lot less resources to build - requiredSystemFeatures = null; + requiredSystemFeatures = [ ]; }); aws-sdk-cpp-nix = (aws-sdk-cpp.override { @@ -77,7 +77,7 @@ let customMemoryManagement = false; }).overrideAttrs (args: { # only a stripped down version is build which takes a lot less resources to build - requiredSystemFeatures = null; + requiredSystemFeatures = [ ]; });