diff options
author | Shea Levy <shea@shealevy.com> | 2021-01-26 06:22:24 -0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2021-01-26 06:22:24 -0500 |
commit | 6af6e41df06f0a8a3b919b4052b41d09f0a97678 (patch) | |
tree | 2b2a3a8c199151b3ffc21599a9a0f06adeea1ff3 /src/nix-collect-garbage | |
parent | 36c4d6f59247826dde32ad2e6b5a9471a9a1c911 (diff) |
Move command plugin interface to libnixcmd
Diffstat (limited to 'src/nix-collect-garbage')
-rw-r--r-- | src/nix-collect-garbage/nix-collect-garbage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-collect-garbage/nix-collect-garbage.cc b/src/nix-collect-garbage/nix-collect-garbage.cc index 57092b887..c1769790a 100644 --- a/src/nix-collect-garbage/nix-collect-garbage.cc +++ b/src/nix-collect-garbage/nix-collect-garbage.cc @@ -2,7 +2,7 @@ #include "profiles.hh" #include "shared.hh" #include "globals.hh" -#include "../nix/legacy.hh" +#include "legacy.hh" #include <iostream> #include <cerrno> |