mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
10 lines
163 B
Bash
Executable File
10 lines
163 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash -p bundix bundler
|
|
|
|
SCRIPT_DIR=$(dirname "$(readlink -f "$BASH_SOURCE")")
|
|
|
|
cd $SCRIPT_DIR
|
|
|
|
bundle lock --update
|
|
bundix
|