aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-04-16 16:54:34 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-04-16 18:02:59 +0200
commitfcd048a526bd239fa615457e77d61d69d679bf03 (patch)
tree333775bc5e383a4381b744c261c9643afd57c3b0 /src/nix/command.hh
parent9f46f54de4e55267df492456fc0393f74616366b (diff)
Use RootValue
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index 2c2303208..bf43d950f 100644
--- a/src/nix/command.hh
+++ b/src/nix/command.hh
@@ -41,7 +41,7 @@ private:
std::shared_ptr<EvalState> evalState;
- std::shared_ptr<Value> vSourceExpr;
+ RootValue vSourceExpr;
};
enum RealiseMode { Build, NoBuild, DryRun };