1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 08:11:47 +02:00

buildenv: Eliminate global variables, other cleanup

(cherry picked from commit b82f75464d)
This commit is contained in:
Eelco Dolstra 2019-10-21 17:17:15 +02:00
parent 76e7d958ed
commit f9611c7ae4
4 changed files with 81 additions and 70 deletions

View file

@ -6,6 +6,7 @@
#include "archive.hh"
#include "affinity.hh"
#include "builtins.hh"
#include "builtins/buildenv.hh"
#include "download.hh"
#include "finally.hh"
#include "compression.hh"