mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Prefer packages over nativeBuildInputs
This commit is contained in:
parent
32bf26a499
commit
57ba870eab
2 changed files with 2 additions and 3 deletions
|
|
@ -180,7 +180,7 @@ Either add `shell.nix` or a `default.nix` to the project directory:
|
|||
{ pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = [ pkgs.hello ];
|
||||
packages = [ pkgs.hello ];
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue