1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Disable the S3 content-encoding patch

Since we're not using multi-part uploads at the moment, we can drop
this patch.
This commit is contained in:
Eelco Dolstra 2018-11-01 15:17:35 +01:00
parent fc59fe029b
commit 6323b0729a
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ useClang ? false }:
with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }) {};
with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.09"; }) {};
with import ./release-common.nix { inherit pkgs; };