Skip to content

Commit 91d3e63

Browse files
Fix NixOS instructions
1 parent bcfc1b3 commit 91d3e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ bundle config build.sqlite3 --with-sqlite3-include="$(nix-store -r "$(nix-instan
165165
or with nix-command enabled:
166166
167167
```bash
168-
nix shell -f shell.nix
168+
nix develop -f shell.nix
169169
bundle config build.sqlite3 --with-sqlite3-include="$(nix eval nixpkgs#sqlite.dev)/include" --with-sqlite3-lib="$(nix eval nixpkgs#sqlite.out)/lib"
170170
```
171171

shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
with pkgs;
44

5-
mkShellNoCC {
5+
mkShell {
66
buildInputs = [
77
bintools
88
gcc
99
libffi.dev
1010
nodejs
11+
postgresql
1112
ruby
1213
yarn
1314
];

0 commit comments

Comments
 (0)