diff --git a/flake.lock b/flake.lock index 38e542f..654ef41 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 09f54fe..36f8c4a 100644 --- a/flake.nix +++ b/flake.nix @@ -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";