feat: do not notify using nix-monitored
parent
71fe796589
commit
43d2bd3645
|
@ -20,6 +20,7 @@ let
|
|||
then
|
||||
inputs.nix-monitored.packages.${system}.default.override
|
||||
{
|
||||
withNotify = false;
|
||||
nix = nix;
|
||||
}
|
||||
else nix;
|
||||
|
|
Loading…
Reference in New Issue