chore(3p/nix): Move legacy Nix daemon implementation

The filename this is squatting is too good.

Change-Id: I694132b94d24786df84b6b5a698679bdce818b2e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1621
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2020-08-03 19:04:42 +01:00 committed by tazjin
parent 209489e348
commit 229c1ed820

View file

@ -1,3 +1,9 @@
/*
NOTE: You are looking at the *previous* implementation of the Nix
daemon. This file is not in use, is only left in here for reference
and will be deleted from the codebase eventually.
*/
#include <algorithm>
#include <cerrno>
#include <climits>