After installation of NixOS Search I have not been able to find the executable. Any hints?
Could you specify the installation method? e.g. nixos config (system-wide or not), nix-env, etc.
Have you tried AusweisApp? That’s what listed as meta.mainProgram.
1 Like
nix-shell -p **ausweisapp**
To find which package contains which file, you can use:
- GitHub - nix-community/nix-index: Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
- GitHub - replit/rippkgs: A CLI for indexing and searching packages in Nix expressions (the ux is weird IMO)
If you already know the package, ls $(nix-build -A PKG)/bin
1 Like
Note that the AusweisApp needs to be started via icon, command line seems not to work see also Pcscd not recognizing (cyberJack) USB card reader - #8 by wamserma