commit c70e966cc7c3d375872182c9c2ce203d28127114
parent e947c6744c7efa060ec7b2515a75722a82dcd0b9
Author: figsoda <figsoda@pm.me>
Date: Sat, 1 Apr 2023 10:40:05 -0400
parent e947c6744c7efa060ec7b2515a75722a82dcd0b9
Author: figsoda <figsoda@pm.me>
Date: Sat, 1 Apr 2023 10:40:05 -0400
docs: fix path to `loaders.path`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -140,7 +140,7 @@ Default values of optional function arguments will be ignored, e.g. for `{ foo ? "bar" }: foo`, `"bar"` will be ignored, and it requires `inputs` to contain `foo`. For that reason, although not strictly forbidden, optional arguments are discouraged since they are no-ops. -### [`loaders.path`](src/loaders/verbatim.nix) +### [`loaders.path`](src/loaders/path.nix) Type: `{ ... } -> Path -> Path`