namaka v0.2.0 has been released with support for configuration and some quality of life changes!
Breaking Changes
-
namaka reviewnow runsnix eval .#checksby default instead ofnix flake check. You can override this behavior by editingnamaka.tomlor using the--cmdflag. - When provided a directory, namaka now changes the working directory to it, instead of modifying the
nixcommands it runs. This can make a difference if you specify both the directory and--cmd.
Features
- Local configuration with
namaka.toml -
namaka cleanto remove unused and pending snapshots - Add
subflaketemplate for using namaka in a subflake
Improvements
-
namaka reviewnow runs faster by default, since the default command has been changed tonix eval .#checks.