about summary refs log tree commit diff
path: root/third_party/nix/src/nix-env/user-env.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix-env/user-env.hh')
-rw-r--r--third_party/nix/src/nix-env/user-env.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/third_party/nix/src/nix-env/user-env.hh b/third_party/nix/src/nix-env/user-env.hh
deleted file mode 100644
index 95919a6c87..0000000000
--- a/third_party/nix/src/nix-env/user-env.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "libexpr/get-drvs.hh"
-
-namespace nix {
-
-DrvInfos queryInstalled(EvalState& state, const Path& userEnv);
-
-bool createUserEnv(EvalState& state, DrvInfos& elems, const Path& profile,
-                   bool keepDerivations, const std::string& lockToken);
-
-}  // namespace nix