about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/repos/fromElisp/update
blob: 56549322b1c3666a34636fdafe043d8ad6b98b92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p curl
set -euxo pipefail

SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
cd $SCRIPTPATH

curl -O https://raw.githubusercontent.com/talyz/fromElisp/master/default.nix

cat <<EOF > default.nix
# WARNING: This file was automatically imported from
# https://github.com/talyz/fromElisp. Don't make any changes to it
# locally - they will be discarded on update!

$(cat default.nix)
EOF