nixpkgs-odroid-hc4/pkgs/development/tools/misc/travis/shell.nix
2025-12-20 09:59:59 +11:00

11 lines
171 B
Nix

# Env to update Gemfile.lock / gemset.nix
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
ruby.devEnv
gnumake
bundix
];
}