Dendritic Nix - Community-driven Nix distribution based on the Dendritic pattern.
1# Development
2
3We recommend to use `direnv` or simply run `nix develop ./dev` to load the env.
4If you are using direnv, we provide an `.envrc` for it.
5
6Upon entering the shell, you will see a menu of useful commands:
7
8```shell
9$ nix develop ./dev
10🔨 Welcome to devshell
11
12[[general commands]]
13
14 book - serve dev/book
15 check - run flake checks
16 discover - generate files with discovery-community-aspects enabled.
17 elm-build - compile elm debug mode
18 elm-check - run elm tests
19 elm-registry - use elm2nix to regen dependencies registry for nix
20 files - fmt / genfiles / fmt
21 fmt - run code formatter
22 genfiles - generate files from sources
23 menu - prints this menu
24 pins - run npins inside dev
25```