diff options
Diffstat (limited to 'config')
| -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; }; |
