pub-solar-os/shell/default.nix
teutat3s 1c015508e1
tree: remove bud and all mentions of it
Include upstream update doc updates
2022-08-14 17:16:54 +02:00

10 lines
103 B
Nix

{ self, inputs, ... }:
{
modules = with inputs; [
];
exportedModules = [
./devos.nix
];
}