mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
3712d3672d
Also define passthru.updateScript.
11 lines
154 B
Plaintext
Executable file
11 lines
154 B
Plaintext
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p bash bundler bundix
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
rm -f Gemfile.lock
|
|
bundler lock
|
|
bundix
|