nixpkgs-ruby icon indicating copy to clipboard operation
nixpkgs-ruby copied to clipboard

Usage with nix-shell

Open RR-Ardhika opened this issue 1 year ago • 0 comments

Hello, is it possible to use this with nix-shell so we can run it with

nix-shell ruby.nix

where ruby.nix may contain like this example

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs.buildPackages; [ nodejs_18 ];
}

RR-Ardhika avatar Jan 29 '24 03:01 RR-Ardhika