Sha256: 0652a70878587bb4214bf490aacdecdc679957371334aeb79aaa3fc695dfb584
Contents?: true
Size: 438 Bytes
Versions: 10
Compression:
Stored size: 438 Bytes
Contents
{ sources ? import ./nix/sources.nix }: let nixpkgs = import sources.nixpkgs { }; in nixpkgs.mkShell { name = "bellroy-gem-env"; buildInputs = with nixpkgs; [ bundler libnotify niv pkg-config readline ruby_2_7 zlib ] ++ (if stdenv.hostPlatform.isDarwin then [ libiconv darwin.apple_sdk.frameworks.CoreServices ] else [ ]); shellHook = '' bundle config --local path "$PWD/vendor/bundle" ''; }
Version data entries
10 entries across 10 versions & 4 rubygems