fix(nix-monitor): add dependencies

This commit is contained in:
avivbintangaringga
2026-07-18 14:02:34 +07:00
parent fd1014fc76
commit 6b7dfb0a96
+1 -1
View File
@@ -6,7 +6,7 @@ icon = "package"
author = "avivbintangaringga"
description = "Nixpkgs update monitor"
tags = [ "nixos", "utility" ]
dependencies = [ "nix", "nixos-version", "nixos-rebuild", "git", "du", "cat", "awk", "grep", "tail", "wc", "kill", "pkill" ]
dependencies = [ "nix", "nixos-version", "nixos-rebuild", "nix-store", "git", "du", "cat", "echo", "read", "awk", "grep", "tail", "wc", "kill", "pkill" ]
license = "MIT"
[[widget]]