From b54e2f2c4b21e32fbdab048b37e6e1492f6a5fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 25 Oct 2020 20:08:08 +0000 Subject: [PATCH] README: fix usuage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];