I have started using flakes to manage system configuration a few months ago and it’s been going great. Today, I was creating a custom package which borked by nix store (my fault entirely). So I tried some commands to garbage collect and the system started working, but nixos-rebuild switch --flake .# did nothing (even when I changed various configs). I thought that the nix store broke and decided to create a new vm and installed a fresh copy of nixos. During nixos-install, I commented the home manager setup since it has some issues with new install and flakes. The install went great but when I logged in normally and issued rebuild-switch again, nothing happened again. No amount of changes in the config (either committed or dirty) resulted in action. The options -v or --show-trace also shows nothing.