Skip to content

Instantly share code, notes, and snippets.

@ianks
Created September 7, 2017 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianks/1418b97bbf706329e887222c61787e37 to your computer and use it in GitHub Desktop.
Save ianks/1418b97bbf706329e887222c61787e37 to your computer and use it in GitHub Desktop.
Gemfile.lock
with (import <nixpkgs> {});
let
gems = bundlerEnv {
name = "slingshot";
inherit ruby;
gemdir = ./.;
};
in stdenv.mkDerivation {
name = "slingshot";
buildInputs = [gems ruby curl];
}
source 'https://rubygems.org'
gem 'curb'
GEM
remote: https://rubygems.org/
specs:
curb (0.9.3)
PLATFORMS
ruby
DEPENDENCIES
curb
BUNDLED WITH
1.15.3
{
curb = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "02g00fj14fvk2dmlabcm2sysz2fkhnr10fbkrjwkza8jyw2isra2";
type = "gem";
};
version = "0.9.3";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment