feat(wired-notify): switch to my fork with necessary patch

This commit is contained in:
oddlama 2023-10-15 02:32:40 +02:00
parent bec6f5d421
commit a32d58cebc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 11 additions and 6 deletions

View file

@ -94,7 +94,7 @@
templates.url = "github:NixOS/templates";
wired-notify = {
url = "github:Toqozz/wired-notify";
url = "github:oddlama/wired-notify/feat-not-render-criterion";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -240,6 +240,10 @@
package = pkgs.nix-tree;
help = "Interactively browse dependency graphs of Nix derivations";
}
{
package = pkgs.nvd;
help = "Diff two nix toplevels and show which packages were upgraded";
}
{
package = pkgs.nix-diff;
help = "Explain why two Nix derivations differ";