about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/update
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/emacs/overlay/update')
-rwxr-xr-xoverlays/patches/emacs/overlay/update8
1 files changed, 0 insertions, 8 deletions
diff --git a/overlays/patches/emacs/overlay/update b/overlays/patches/emacs/overlay/update
deleted file mode 100755
index 39aa0cd5847a..000000000000
--- a/overlays/patches/emacs/overlay/update
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env nix-shell
-#! nix-shell -i bash -p bash git
-
-for repo in repos/*; do
-    $repo/update && (git diff --exit-code $repo > /dev/null || git commit -m "Updated $repo" -- $repo)
-done
-
-exit 0