Skip to content

Commit 96753d2

Browse files
authored
Merge pull request #1008 from NixOS/nix
nix: switch back to release
2 parents 29482bc + b693b65 commit 96753d2

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

flake.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
inputs.nixpkgs.follows = "nixpkgs";
1313
};
1414

15-
# Revert TCP keepalive on curl handles which causes S3 RequestTimeout
16-
# errors when curl reuses connections that S3 has already dropped.
17-
# Remove nix override once hydra's nix input includes the upstream revert.
1815
nix = {
19-
url = "github:Mic92/nix-1/2.34-maintenance-s3-fix";
16+
url = "github:NixOS/nix/2.34-maintenance";
2017
flake = false;
2118
};
2219

0 commit comments

Comments
 (0)