Skip to content

Commit

Permalink
typo: no folder named 'nix' in this example (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
proudline authored Sep 21, 2024
1 parent 537e45a commit 362b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/working-with-local-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Use it to select all files with a name ending in `.nix`:
- ./default.nix
- ./build.nix
+ (fs.fileFilter (file: file.hasExt "nix") ./.)
./nix
./npins
]);
```

Expand Down

0 comments on commit 362b3d8

Please sign in to comment.