chore: debug nix-updates waybar indicator

This commit is contained in:
Swarsel 2024-08-10 17:14:05 +02:00
parent 560bc48259
commit d96c4de8dd
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 8 additions and 24 deletions

View file

@ -1,6 +1,7 @@
{ writeShellApplication, sway }:
{ writeShellApplication, nvd }:
writeShellApplication {
name = "update-checker";
runtimeInputs = [ nvd ];
text = builtins.readFile ../../scripts/update-checker.sh;
}