aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.config/store.ccm
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-02 05:49:47 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-02 05:49:47 +0100
commitebe4cb0bdeabd06a31072547af47cacaab7f78c0 (patch)
tree65a81c2c86260b595107ee6c5505583f9afaf39d /nihil.config/store.ccm
parent5adeb648f74c1771164c0686d6e0fc584cf36d9e (diff)
downloadnihil-ebe4cb0bdeabd06a31072547af47cacaab7f78c0.tar.gz
nihil-ebe4cb0bdeabd06a31072547af47cacaab7f78c0.tar.bz2
replace nihil::generator
the new implementation is much simpler and PD-licensed. the only downside is it doesn't support elements_of. while here, move it to nihil.core.
Diffstat (limited to 'nihil.config/store.ccm')
-rw-r--r--nihil.config/store.ccm1
1 files changed, 0 insertions, 1 deletions
diff --git a/nihil.config/store.ccm b/nihil.config/store.ccm
index 2ceb52b..45de35e 100644
--- a/nihil.config/store.ccm
+++ b/nihil.config/store.ccm
@@ -4,7 +4,6 @@ export module nihil.config:store;
// The configuration store. There should only be one of these.
import nihil.std;
-import nihil.generator;
import nihil.core;
namespace nihil::config {