mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 01:51:24 +00:00
53508b1d8e
Also add myself as a maintainer.
9 lines
117 B
Plaintext
Executable file
9 lines
117 B
Plaintext
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p bash bundler bundix
|
|
|
|
set -e
|
|
|
|
rm -f Gemfile.lock
|
|
bundler lock
|
|
bundix
|