Skip to content

Commit

Permalink
Merge pull request #290 from sebastianblunt/nodedependencies-docs
Browse files Browse the repository at this point in the history
docs: Use nodeDependencies instead of shell.nodeDependencies
  • Loading branch information
svanderburg authored Apr 20, 2022
2 parents e8bc5c8 + 51ec226 commit e334897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Here's an example derivation showing this technique:

```nix
let
nodeDependencies = (pkgs.callPackage ./default.nix {}).shell.nodeDependencies;
nodeDependencies = (pkgs.callPackage ./default.nix {}).nodeDependencies;
in
stdenv.mkDerivation {
Expand Down

0 comments on commit e334897

Please sign in to comment.