mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
README: fix usuage example
This commit is contained in:
parent
55cb247ab7
commit
b54e2f2c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue