nix: remove aws feature

This commit is contained in:
Sandro - 2023-10-16 02:03:08 +02:00
parent 62f5c93c40
commit 4824be0c2d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ with final; {
mlat-client = python3Packages.callPackage ./mlat-client.nix { };
nixVersions = prev.nixVersions // {
stable = prev.nixVersions.stable.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [ ] ++ [
stable = (prev.nixVersions.stable.override { withAWS = false; }).overrideAttrs ({ patches ? [ ], ...}: {
patches = patches ++ [
./nix-increase-substituter-threadpool.diff
# request compression
(fetchpatch {