mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10: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
11
flake.lock
generated
11
flake.lock
generated
|
@ -1197,15 +1197,16 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1683104317,
|
||||
"narHash": "sha256-TfPrY+sqCKfRiBhO3oz0t/i9IGcTuGGQMKhkD+LpMys=",
|
||||
"owner": "Toqozz",
|
||||
"lastModified": 1697115341,
|
||||
"narHash": "sha256-1R8lPIH82OgrBchW5RGkJMB0NzH9cChljmGOFLoS748=",
|
||||
"owner": "oddlama",
|
||||
"repo": "wired-notify",
|
||||
"rev": "73bb26863ed3272e0d524424685bd53a70db25e4",
|
||||
"rev": "cca2314431a88027fa44eade3fbf42f28ce9bfbc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Toqozz",
|
||||
"owner": "oddlama",
|
||||
"ref": "feat-not-render-criterion",
|
||||
"repo": "wired-notify",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -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