README: fix usuage example

This commit is contained in:
Jörg Thalheim 2020-10-25 20:08:08 +00:00 committed by GitHub
parent 55cb247ab7
commit b54e2f2c4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <nixpkgs> {}}:
{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
nativeBuildInputs = [ pkgs.hello ];