inputsFrom
1 parent e7d42d4 commit 90fa3e1Copy full SHA for 90fa3e1
1 file changed
modules/default.nix
@@ -87,7 +87,7 @@ in
87
# @TODO: include formatter once it's done
88
packages = shell.packages; # ++ [ config.formatter ];
89
LD_LIBRARY_PATH = makeLibraryPath shell.libraries;
90
- inputsFrom = attrValues config.packages.${system};
+ inputsFrom = attrValues (config.packages.${system} or { });
91
shellHook =
92
let
93
aliasCmd = foldlAttrs (
0 commit comments