1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 19:03:16 +02:00

Move download stuff into tarball.hh

This commit is contained in:
Eelco Dolstra 2022-08-01 16:05:58 +02:00
parent 48012603b3
commit 71b155b9e6
10 changed files with 38 additions and 25 deletions

View file

@ -4,6 +4,7 @@
#include "fetchers.hh"
#include "filetransfer.hh"
#include "registry.hh"
#include "tarball.hh"
#include <ctime>
#include <iomanip>