We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7ce23 commit 273abefCopy full SHA for 273abef
apps/fortuna/README.md
@@ -57,3 +57,12 @@ RUST_LOG=INFO cargo run -- run
57
```
58
59
This command will start the webservice on `localhost:34000`.
60
+
61
+## Nix
62
63
+If you are a nix user, you can use the included [Nix flake](./flake.nix) and
64
+[direnv config](./envrc) which will configure your environment for you
65
+automatically. If you use this configuration you will have a `cli` script in
66
+your dev shell which provides easy access to some common tasks, such as `cli
67
+start` to start the server in watch mode, `cli test` to run unit, code format,
68
+and lint checks, and `cli fix` to run auto-fixes for formatting and lint issues.
0 commit comments