1
1
forked from extern/flakelight
flakelight/tests
Archit Gupta 9fe4cb1994 Enable devShell as a function to take packages
Before, devShell could be set to a submodule config, a package def, or a
function taking module args and returning a submodule config. This
changes the last form to take the package set instead.

This enables cleaner configuration by not needing each option to
individually be a function of pkgs. Passing pkgs also gives more
flexibility as all the module args are available under the `moduleArgs`
attr.

Code that relied on module args not directly in the package set will now
have to access them from the `moduleArgs` attr.
2024-02-07 01:49:29 -08:00
..
editorconfig Add tests 2023-12-04 23:48:31 -08:00
empty Add tests 2023-12-04 23:48:31 -08:00
default.nix Enable devShell as a function to take packages 2024-02-07 01:49:29 -08:00