cli: remove duplicated declarations

Change-Id: I78c6666cea8b6604a4fae9cb047662571bd6f99b
This commit is contained in:
eldritch horrors 2024-12-03 20:38:41 +01:00
parent a5d02bcdf9
commit d6a7fb5f6a
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#include "lix/libcmd/cmd-profiles.hh"
#include "lix/libexpr/attr-path.hh"
#include "lix/libcmd/common-eval-args.hh"
#include "lix/libstore/derivations.hh"

View file

@ -5,8 +5,6 @@
namespace nix {
DrvInfos queryInstalled(EvalState & state, const Path & userEnv);
bool createUserEnv(EvalState & state, DrvInfos & elems,
const Path & profile, bool keepDerivations,
const std::string & lockToken);