In the docs Overview page it's said that nixos apply --no-boot is the equivalent to nixos-rebuild test. However, nixos-rebuild test doesn't create new system generations for me, while when I tried nixos-cli, it always created a new generation. Is this intended?
Note that I use nixos-rebuild-ng instead of nixos-rebuild.sh, so maybe the original sh version does create new generations.
In the docs Overview page it's said that
nixos apply --no-bootis the equivalent tonixos-rebuild test. However,nixos-rebuild testdoesn't create new system generations for me, while when I tried nixos-cli, it always created a new generation. Is this intended?Note that I use
nixos-rebuild-nginstead ofnixos-rebuild.sh, so maybe the original sh version does create new generations.