summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index a94e4aa..d6f04db 100755
--- a/update.sh
+++ b/update.sh
@@ -26,8 +26,6 @@ function update() {
echo "${attr}" was updated to "${rev}" "${revdate}"
fi
- if [[ "${attr}" == pkgs* ]]; then return; fi
-
commitdate="$(nix eval -f "./${attr}/metadata.nix" revdate --raw)"
d="$(date '+%Y-%m-%d %H:%M' --date="${commitdate}")"
txt="| ${attr} | [${d}](https://github.com/${owner}/${repo}/commits/${rev}) |"