Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26aeeb7653fa
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd39709003ee
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 7, 2020

  1. Cleanup

    edolstra committed Apr 7, 2020
    Copy the full SHA
    cd39709 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 src/libstore/download.cc
4 changes: 0 additions & 4 deletions src/libstore/download.cc
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#include "download.hh"
#include "util.hh"
#include "globals.hh"
#include "hash.hh"
#include "store-api.hh"
#include "archive.hh"
#include "s3.hh"
#include "compression.hh"
#include "pathlocks.hh"
#include "finally.hh"
#include "tarfile.hh"

#ifdef ENABLE_S3
#include <aws/core/client/ClientConfiguration.h>