Fix topgrade config :( (#31)

There should be a top-level MISC for topgrade.toml.

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
Alice Huston 2024-01-08 22:54:43 -05:00 committed by GitHub
parent 962baa4e64
commit a05be0f2d3

View File

@ -62,7 +62,9 @@
topgrade = {
enable = true;
settings.config = {
disable = [ "system" "nix" ];
misc = {
disable = [ "system" "nix" ];
};
};
};
};