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:
parent
e741f97967
commit
cbdf1c1e33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue