We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extraModulesPath
1 parent f3f3846 commit db249c9Copy full SHA for db249c9
1 file changed
docs/src/extending.md
@@ -31,7 +31,9 @@ lang = "en_US.UTF-8"
31
From a nix flake you would import it like
32
33
```nix
34
-imports = ["${devshell}/extra/locale.nix"];
+devshell.mkShell ({ extraModulesPath, ... }: {
35
+ imports = ["${extraModulesPath}/locale.nix"];
36
+})
37
```
38
39
## Building your own modules
0 commit comments