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