diff options
author | Vincent Ambo <mail@tazj.in> | 2020-08-03T18·04+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-08-03T18·18+0000 |
commit | 229c1ed820fe20515a69f749c38d5f9f89d20c8d (patch) | |
tree | c43e1dd03d014aaa2050ed470e57e3229883e84f | |
parent | 209489e348904aa2e2cddc64340ea44ab3074dfd (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 b36f9733c37a..cbd64a69aa6d 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> |