We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e741f97 commit cbdf1c1Copy full SHA for cbdf1c1
modules/programs/astroid.nix
@@ -36,7 +36,7 @@ let
36
37
# See https://github.com/astroidmail/astroid/wiki/Configuration-Reference
38
finalConfig = let
39
- template = builtins.fromJSON (lib.readFile ./astroid-config-template.json);
+ template = lib.importJSON ./astroid-config-template.json;
40
astroidConfig = lib.foldl' lib.recursiveUpdate template [
41
{
42
astroid.notmuch_config =
0 commit comments