From 51e6d799775048673d285765b8c34f3136c2ceb3 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 31 Jul 2022 16:36:36 +0200 Subject: [PATCH] packages: fix projectShells commands type --- packages/modules/devshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};