This website requires JavaScript.
Explore
Help
Sign in
adtya
/
devshell
Watch
1
Star
0
Fork
You've already forked devshell
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
34fdbf818e
devshell
/
shells
/
ruby.nix
7 lines
92 B
Nix
Raw
Normal View
History
Unescape
Escape
add ruby shell
2024-03-10 10:13:01 +05:30
{
pkgs
}:
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
ruby_3_2
add postgresql to ruby
2024-03-10 10:20:11 +05:30
postgresql_15
add ruby shell
2024-03-10 10:13:01 +05:30
]
;
}
Reference in a new issue
Copy permalink