Development environment with nix-shell: Difference between revisions
imported>Milahu + nix develop |
imported>Henrik-ch m increasing Ruby version to one that exists on pkgs |
||
Line 8: | Line 8: | ||
pkgs.mkShell { | pkgs.mkShell { | ||
# nativeBuildInputs is usually what you want -- tools you need to run | # nativeBuildInputs is usually what you want -- tools you need to run | ||
nativeBuildInputs = [ pkgs.buildPackages. | nativeBuildInputs = [ pkgs.buildPackages.ruby_2_7 ]; | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> |