1
0
Fork 0

Less notifications

This commit is contained in:
Malte 2023-03-13 04:56:33 +01:00
parent 8437ca951e
commit 7de8241959

View file

@ -277,6 +277,6 @@ processNotifications =
. decodeUtf8
. ByteString.strip
notificationBlockList = ["Automatic suspend"]
notificationBlockList = ["Automatic suspend", "Auto suspend"]
diffIsSmall = \pathA pathB -> (== "[]") <$> (nix_diff "--json" [pathA, pathB] |> jq ".inputsDiff.inputDerivationDiffs" |> captureTrim)