os/shell/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
108 B
Nix
Raw Normal View History

2021-07-16 21:01:25 +00:00
{
2022-11-20 22:28:23 +00:00
self,
inputs,
...
}: {
modules = with inputs; [
];
exportedModules = [
./devos.nix
];
}