···1+#!/usr/bin/env nix
2+#! nix shell nixpkgs#bash nixpkgs#curl nixpkgs#nix nixpkgs#coreutils --command bash
3+set -xeuo pipefail
4+5+# Since flakes are not stable yet, we can't suppose everyone is using them.
6+# Therefore, the original ./update-from-overlay should not be modified.
7+# So, let's create a wrapper!
8+9+source ./update-from-overlay