Update flake to use new moddules options

This commit is contained in:
Parthiv Seetharaman 2021-09-24 11:40:53 -07:00 committed by Infinidoge
parent 7ae7dceec4
commit e83d309ca0
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
{ self, inputs, ... }:
{
externalModules = with inputs; [
modules = with inputs; [
bud.devshellModules.bud
];
modules = [
exportedModules = [
./devos.nix
];
}