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:
parent
209489e348
commit
229c1ed820
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue