From 6323b0729a27f312ba8cce6279de68181644823e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 1 Nov 2018 15:17:35 +0100 Subject: Disable the S3 content-encoding patch Since we're not using multi-part uploads at the moment, we can drop this patch. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index c04bcd151309..817684b7646e 100644 --- a/shell.nix +++ b/shell.nix @@ -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; }; -- cgit 1.4.1