diff --git a/packages/modules/devshell.nix b/packages/modules/devshell.nix index 244f861..58a1c19 100644 --- a/packages/modules/devshell.nix +++ b/packages/modules/devshell.nix @@ -49,7 +49,7 @@ in { }; commands = mkOption { default = {}; - type = types.attrsOf types.package; + type = types.attrsOf types.attrs; }; env = mkOption { default = {};