Expose shellhooks via API

This commit is contained in:
Daniel Winkler 2026-05-23 22:53:52 +10:00
commit ed7abad63c
2 changed files with 4 additions and 1 deletions

View file

@ -104,6 +104,7 @@
eval = {pkgs, modules ? []}: evalWithPkgs pkgs modules;
mkWrapper = {pkgs, modules ? []}: (evalWithPkgs pkgs modules).config.wrap {inherit pkgs;};
devShellPackages = config: mkDevShellPackages config;
shellHook = config: mkShellHook config;
};
overlays = {