You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your shell and editors should pick up on the `.envrc` files in different
118
+
directories and prepare the environment accordingly. Use `direnv allow` to
119
+
enable the direnv environment and `direnv reload` to reload it when necessary.
108
120
Otherwise, each `.envrc` file in COOP sub-directories contain a proper Nix
109
-
target you can use with the `nix develop` command.
121
+
target you can use with the `nix develop` command. For example `nix develop #dev-pab` will build a Nix development shell that has everything needed for
122
+
developing and compiling the `coop-pab` component.
123
+
124
+
Additionally, throughout the repository one can use the [pre-commit](https://pre-commit.com/) tool:
110
125
111
-
For example `nix develop #dev-pab` will build a Nix development shell that has
112
-
everything needed for developing and compiling the `coop-pab` component.
0 commit comments