nixpkgs/pkgs/development/tools/jazzy/update
2017-11-02 22:55:28 +08:00

11 lines
163 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix
rm Gemfile.lock
bundler install
bundix
if [ "clean" == "$1" ]; then
rm -rf ~/.gem
fi