Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1#!/usr/bin/env bash 2set -euo pipefail 3 4SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )" 5cd "$SCRIPT_DIR" 6 7./update-from-overlay 8 9./update-manual 10git commit -m "emacs.pkgs.manualPackages: $(date --iso)" -- .