ruby.withPackages: init

Co-authored-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Michael Fellinger
2019-09-03 19:44:49 +00:00
committed by Alyssa Ross
co-authored by Alyssa Ross
parent 92665777fd
commit 1f49035aca
12 changed files with 3581 additions and 27 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bundler bundix
set -euf -o pipefail
(
cd pkgs/development/ruby-modules/with-packages
rm -f gemset.nix Gemfile.lock
bundle lock
bundix
mv gemset.nix ../../../top-level/ruby-packages.nix
rm -f Gemfile.lock
)