about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-03T18·04+0100
committertazjin <mail@tazj.in>2020-08-03T18·18+0000
commit229c1ed820fe20515a69f749c38d5f9f89d20c8d (patch)
treec43e1dd03d014aaa2050ed470e57e3229883e84f
parent209489e348904aa2e2cddc64340ea44ab3074dfd (diff)
chore(3p/nix): Move legacy Nix daemon implementation r/1568
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>
-rw-r--r--third_party/nix/src/nix-daemon/nix-daemon-legacy.cc (renamed from third_party/nix/src/nix-daemon/nix-daemon.cc)6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nix/src/nix-daemon/nix-daemon.cc b/third_party/nix/src/nix-daemon/nix-daemon-legacy.cc
index b36f9733c3..cbd64a69aa 100644
--- a/third_party/nix/src/nix-daemon/nix-daemon.cc
+++ b/third_party/nix/src/nix-daemon/nix-daemon-legacy.cc
@@ -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>