nix: switch back to release
Jörg Thalheim committed
Apr 13, 2026 at 08:50 UTC
b693b653dedd7682f6a8a1a4e25d464d2a8c83f0
2 files changed
+9
-12
flake.lock
+8
-8
@@ -365,17 +365,17 @@
365
"nix": {
366
"flake": false,
367
"locked": {
368
- "lastModified": 1773922402,
369
- "narHash": "sha256-9fBGB4ytkZ1PwFAD3rEr1mc1LhMq90c3qpIO2bazi8Q=",
370
- "owner": "Mic92",
371
- "repo": "nix-1",
372
- "rev": "53e404f7bf1acaa7f7365e95b459a22f3a088c4f",
368
+ "lastModified": 1775983978,
369
+ "narHash": "sha256-xhPI/luFx13eATD7+WwL/WwaeunVgzy1pth3yo24B40=",
370
+ "owner": "NixOS",
371
+ "repo": "nix",
372
+ "rev": "c523db667cc43f48ac639f46b0b59485438dd156",
373
"type": "github"
374
},
375
"original": {
376
- "owner": "Mic92",
377
- "ref": "2.34-maintenance-s3-fix",
378
- "repo": "nix-1",
376
+ "owner": "NixOS",
377
+ "ref": "2.34-maintenance",
378
+ "repo": "nix",
379
"type": "github"
380
}
381
},
flake.nix
+1
-4
@@ -12,11 +12,8 @@
12
inputs.nixpkgs.follows = "nixpkgs";
13
};
14
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.
15
nix = {
19
- url = "github:Mic92/nix-1/2.34-maintenance-s3-fix";
16
+ url = "github:NixOS/nix/2.34-maintenance";
17
flake = false;
18
};
19