mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
elisp packages: update-from-overlay.nix3.sh, a flakey thin wrapper
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user