pub-solar-os/shell/default.nix

11 lines
131 B
Nix
Raw Normal View History

{ self, inputs, ... }:
2021-07-16 21:01:25 +00:00
{
modules = with inputs; [
bud.devshellModules.bud
];
exportedModules = [
./devos.nix
];
}