diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-10 20:17:57 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-10 20:17:57 -0700 |
| commit | c8d23ac96f8a2204a96ee0abd4bce231c0ef84fd (patch) | |
| tree | eaaa68c8deecf58f2353c96a925fa5f57ea6a2c9 /config/nix.org | |
| parent | 72d9b0f77016ff0058a2bda873c7bd71caa8649e (diff) | |
maybe test works?
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 4 |
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; }; |
