Skip to content

Instantly share code, notes, and snippets.

@apa512
Created October 8, 2015 03:57
Show Gist options
  • Save apa512/80f79881f32654adac13 to your computer and use it in GitHub Desktop.
Save apa512/80f79881f32654adac13 to your computer and use it in GitHub Desktop.
with (import <nixpkgs> {});
bundlerEnv {
name = "move_data";
ruby = ruby_2_2_2;
gemset = ./gemset.nix;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment