I'm trying to debug an issue where a nixos configuration on one machine, has the an application accessible in the path (it's listed in /run/current-system/sw/bin), while on another machine with the same nixos configuration (minus hardware-configuration.nix etc), it does not.
How can I query all the store paths for a Nixos generation? This will help me debug the issue by comparing these it between machines.