summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-10 20:17:57 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-10 20:17:57 -0700
commitc8d23ac96f8a2204a96ee0abd4bce231c0ef84fd (patch)
treeeaaa68c8deecf58f2353c96a925fa5f57ea6a2c9 /config
parent72d9b0f77016ff0058a2bda873c7bd71caa8649e (diff)
maybe test works?
Diffstat (limited to 'config')
-rw-r--r--config/nix.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/nix.org b/config/nix.org
index dc2c823..1939a28 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -308,6 +308,10 @@ and now for the main flake:
};
in
{
+ lib = {
+ inherit mkHostModules;
+ };
+
checks."${system}" = integrationTests // {
inherit pre-commit-check;
};