teutat3s
1a4ab1a93f
Co-authored-by: Anton <fetsorn@gmail.com> Co-authored-by: Chris Montgomery <chris@cdom.io> Co-authored-by: Timothy DeHerrera <tim.deh@pm.me> Co-authored-by: Parthiv Seetharaman <pachum99@myrdd.info> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org> Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/41 Co-authored-by: teutat3s <teutates@mailbox.org> Co-committed-by: teutat3s <teutates@mailbox.org>
11 lines
131 B
Nix
11 lines
131 B
Nix
{ self, inputs, ... }:
|
|
{
|
|
modules = with inputs; [
|
|
bud.devshellModules.bud
|
|
];
|
|
exportedModules = [
|
|
./devos.nix
|
|
];
|
|
}
|
|
|