mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat(wired-notify): switch to my fork with necessary patch
This commit is contained in:
parent
bec6f5d421
commit
a32d58cebc
2 changed files with 11 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue