@ -6,6 +6,7 @@ import (
"os"
"os/exec"
"regexp"
"strconv"
"strings"
)
@ -155,7 +156,7 @@ func getPkgs() string {
if err != nil {
return "can't get nix packages"
}
return string(rune(len(entries))) + " (nix)"
return strconv.Itoa(len(entries)) + " (nix)"
return "unknown"
The note is not visible to the blocked user.