nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 10 lines 206 B view raw
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)" -- .