diff --git a/README.md b/README.md index b1dcfb0..86d1d9e 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Either add `shell.nix` or a `default.nix` to the same directory: ``` nix # save this as shell.nix -{ pkgs ? with import {}}: +{ pkgs ? import {}}: pkgs.mkShell { nativeBuildInputs = [ pkgs.hello ];