- review: reset the terminal when interrupted
namaka review
now runsnix eval .#checks
by default instead ofnix flake check
. You can override this behavior by editingnamaka.toml
or using the--cmd
flag.- When provided a directory, namaka now changes the working directory to it,
instead of modifying the
nix
commands it runs. This can make a difference if you specify both the directory and--cmd
.
- Local configuration with
namaka.toml
namaka clean
to remove unused and pending snapshots- Add
subflake
template for using namaka in a subflake
namaka review
now runs faster by default, since the default command has been changed tonix eval .#checks
.
- load: accept
src
- cli: allow running commands other than
nix flake check
- load: deprecate
flake
anddir
- load: fix json format when values are implicitly casted
- canonicalize path before running
nix flake check
First release