aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-03-05 17:31:50 +0100
committerpennae <github@quasiparticle.net>2022-04-21 21:46:10 +0200
commit00a32802328b58daa7af48ccac60f6154ef05639 (patch)
treeec5b2bd1dc10f15f4e60713a50445675b77c5180 /src/libexpr/eval.hh
parent6526d1676ba5a645f65d751e7529ccd273579017 (diff)
don't use Symbol in Pos to represent a path
PosTable deduplicates origin information, so using symbols for paths is no longer necessary. moving away from path Symbols also reduces the usage of symbols for things that are not keys in attribute sets, which will become important in the future when we turn symbols into indices as well.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index b05e8d5d0..71d6e7e7f 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -75,6 +75,8 @@ public:
SymbolTable symbols;
PosTable positions;
+ static inline std::string derivationNixPath = "//builtin/derivation.nix";
+
const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, sValue,
sSystem, sOverrides, sOutputs, sOutputName, sIgnoreNulls,
sFile, sLine, sColumn, sFunctor, sToString,