diff --git a/third_party/nix/src/nix-daemon/nix-daemon.cc b/third_party/nix/src/nix-daemon/nix-daemon-legacy.cc similarity index 99% rename from third_party/nix/src/nix-daemon/nix-daemon.cc rename to third_party/nix/src/nix-daemon/nix-daemon-legacy.cc index b36f9733c..cbd64a69a 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 #include #include