Open
Description
Describe the bug
GAM package does not run successfully after install.
Attempting to run gam
with or without arguments throws ERROR: [Errno 2] No such file or directory
.
Steps To Reproduce
Steps to reproduce the behavior:
- Add
gam
toenvironment.systemPackages
in nix configurationenvironment.systemPackages = with pkgs; [ gam ];
- Run
sudo nixos-rebuild switch --flake .#HOSTNAME
- Run
gam
(with or without arguments)
Expected behavior
GAM package should function as intended, allowing for Google Cloud project authentication and general usage.
Metadata
- system: `"x86_64-linux"`
- host os: `Linux 6.6.59, NixOS, 24.05 (Uakari), 24.05.20241103.3c2f1c4`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.18.8`
- nixpkgs: `/nix/store/nw0lirvapk8bkf2c0npkwdrbzpckrqz5-source`
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.