We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfc1b3 commit 91d3e63Copy full SHA for 91d3e63
README.md
@@ -165,7 +165,7 @@ bundle config build.sqlite3 --with-sqlite3-include="$(nix-store -r "$(nix-instan
165
or with nix-command enabled:
166
167
```bash
168
-nix shell -f shell.nix
+nix develop -f shell.nix
169
bundle config build.sqlite3 --with-sqlite3-include="$(nix eval nixpkgs#sqlite.dev)/include" --with-sqlite3-lib="$(nix eval nixpkgs#sqlite.out)/lib"
170
```
171
shell.nix
@@ -2,12 +2,13 @@
2
3
with pkgs;
4
5
-mkShellNoCC {
+mkShell {
6
buildInputs = [
7
bintools
8
gcc
9
libffi.dev
10
nodejs
11
+ postgresql
12
ruby
13
yarn
14
];
0 commit comments