Sha256: 4c8bd3473f279bda1a0f6199fbdb930716445ca0c032bf7ecdb4aa1b678c5279

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

with import <nixpkgs> {};
mkShell {
  nativeBuildInputs = [
    ruby
    sqlite
  ];
  shellHook = ''
    gem list -i '^bundler$' -v 1.17.3 >/dev/null || gem install bundler --version=1.17.3 --no-document
  '';
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
danconia-0.4.0 shell.nix