about summary refs log tree commit diff
diff options
context:
space:
mode:
-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>