packages: fix projectShells commands type

This commit is contained in:
Max Headroom 2022-07-31 16:36:36 +02:00
parent 977bed8dd7
commit 51e6d79977

View file

@ -49,7 +49,7 @@ in {
};
commands = mkOption {
default = {};
type = types.attrsOf types.package;
type = types.attrsOf types.attrs;
};
env = mkOption {
default = {};