about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.flake.sh
blob: 6f8e4d058c733beaee16328a63b2d3010513bc12 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env nix
#! nix shell nixpkgs#bash nixpkgs#curl nixpkgs#nix nixpkgs#coreutils --command bash
set -xeuo pipefail

# Since flakes are not stable yet, we can't suppose everyone is using them.
# Therefore, the original ./update-from-overlay should not be modified.
# So, let's create a wrapper!

source ./update-from-overlay