1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00

astroid: fromJSON to importJSON

This commit is contained in:
Austin Horstman 2025-04-08 08:57:18 -05:00
parent e741f97967
commit cbdf1c1e33

View file

@ -36,7 +36,7 @@ let
# See https://github.com/astroidmail/astroid/wiki/Configuration-Reference
finalConfig = let
template = builtins.fromJSON (lib.readFile ./astroid-config-template.json);
template = lib.importJSON ./astroid-config-template.json;
astroidConfig = lib.foldl' lib.recursiveUpdate template [
{
astroid.notmuch_config =