LnL7 / nix-darwin

nix modules for darwin
MIT License
2.82k stars 431 forks source link

wget not in flake(s)? #904

Closed twilightty closed 6 months ago

twilightty commented 6 months ago

Hi there, I'm trying to update my Nix system, but when I try to get wget installed on my system, I got this:

error: The option `programs.wget' does not exist. Definition values:

Not sure if I'm doing anything wrong, any help would be appreciated!

Samasaur1 commented 6 months ago

There is no programs.wget option in nix-darwin. You probably want to add pkgs.wget to environment.systemPackages instead

twilightty commented 6 months ago

Thanks, I appreciate that