packages: fix projectShells commands type
This commit is contained in:
parent
977bed8dd7
commit
51e6d79977
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in {
|
|||
};
|
||||
commands = mkOption {
|
||||
default = {};
|
||||
type = types.attrsOf types.package;
|
||||
type = types.attrsOf types.attrs;
|
||||
};
|
||||
env = mkOption {
|
||||
default = {};
|
||||
|
|
Loading…
Reference in a new issue