Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"atom" package changed as "atom-beta" automatically #30198

Closed
TerkiKerel opened this issue Oct 7, 2017 · 6 comments · Fixed by #30201
Closed

"atom" package changed as "atom-beta" automatically #30198

TerkiKerel opened this issue Oct 7, 2017 · 6 comments · Fixed by #30201

Comments

@TerkiKerel
Copy link

Hi,

I am using latest verison of nix on Ubuntu 16 64 bit.

I had installed atom package. I update my all aps by this commands:
nix-channel --update nixpkgs
nix-env -u '*'

But my atom package has changed as atom-beta without any warning or something.

Is this normal?

Thank you

@FRidh
Copy link
Member

FRidh commented Oct 7, 2017

Nope. That's because the name part of the name is incorrect in the Nix expression. It should reflect that it is a beta. With the current name, nix-env can't distinguish between atom and atomBeta.
cc @NeQuissimus

@NeQuissimus
Copy link
Member

NeQuissimus commented Oct 7, 2017

Oh, until now I was not even aware there was an atom beta derivation...

Edit: I am fixing it

@FRidh
Copy link
Member

FRidh commented Oct 7, 2017

@domenkozar added this in 4ffa9ac.

@TerkiKerel
Copy link
Author

I am executing these commands:

nix-channel --update nixpkgs
nix-env -u '*'
nix-env -i atom

but it still installs atom-beta.

How can I track when the package will update on production?

Thank you

@TerkiKerel
Copy link
Author

It fixed. Thank you. :)

@NeQuissimus
Copy link
Member

Glad to hear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants