Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

elisp packages: update-from-overlay.nix3.sh, a flakey thin wrapper

+9
+9
pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.flake.sh
··· 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