pew icon indicating copy to clipboard operation
pew copied to clipboard

Unable to install with nix-env --install --attr pew

Open Pierre-Thibault opened this issue 5 years ago • 1 comments

In https://github.com/berdario/pew is says to install with:

nix-env --install --attr pew

but it gives an error in bash:

error: attribute 'pew' in selection path 'pew' not found

While:

nix-env --install

works perfectly.

Pierre-Thibault avatar Jun 30 '19 00:06 Pierre-Thibault

Same thing happened to me. I don't know if those instructions are out of date or if nix needs to be set up in a particular way to run that command. Anyway, I was able to install pew with:

nix-env -iA nixpkgs.pew

harenbrs avatar Dec 18 '22 14:12 harenbrs